mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Fix linalg.transpose
This commit is contained in:
@@ -399,6 +399,5 @@ lazy_buffer_string :: proc(lb: ^Lazy_Buffer) -> string {
|
||||
@(private)
|
||||
lazy_buffer_destroy :: proc(lb: ^Lazy_Buffer) {
|
||||
delete(lb.b);
|
||||
free(lb);
|
||||
lb^ = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user