Added freeglobals() to libcalc_call_me_last()

This commit is contained in:
Landon Curt Noll
2021-12-01 21:56:01 -08:00
parent febb9d96b3
commit bd990cef1f

View File

@@ -636,6 +636,11 @@ libcalc_call_me_last(void)
}
}
/*
* free all globals
*/
freeglobals();
/*
* all done
*/