mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-03 09:14:23 +00:00
Fix memory leak in parser (#2136)
This commit is contained in:
@@ -410,6 +410,8 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(enumLines);
|
||||||
|
|
||||||
// Functions info data
|
// Functions info data
|
||||||
funcs = (FunctionInfo *)calloc(MAX_FUNCS_TO_PARSE, sizeof(FunctionInfo));
|
funcs = (FunctionInfo *)calloc(MAX_FUNCS_TO_PARSE, sizeof(FunctionInfo));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user