mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 20:10:44 +01:00
fix: memory leaks and memory access errors
This commit is contained in:
@@ -72,7 +72,7 @@ static int selret_magic() {
|
||||
// Vector shii
|
||||
struct Vector vec_new() {
|
||||
struct Vector vec;
|
||||
vec_clear(&vec);
|
||||
vec_reset(&vec);
|
||||
return vec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user