[INTERPRETER]
* NEW: You can free a null pointer. git-svn-id: svn://localhost/gambas/trunk@4772 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
5e63b49525
commit
b3eba7f652
1 changed files with 1 additions and 2 deletions
|
@ -157,7 +157,6 @@ static void unload_class(CLASS *class)
|
|||
|
||||
#endif
|
||||
|
||||
if (class->jit_functions)
|
||||
FREE(&class->jit_functions, "unload_class");
|
||||
|
||||
FREE(&class->load, "unload_class");
|
||||
|
|
Loading…
Reference in a new issue