[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:
Benoît Minisini 2012-05-24 12:45:21 +00:00
parent 5e63b49525
commit b3eba7f652

View file

@ -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");