mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-07 13:31:40 +02: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