mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Added freeglobals() to libcalc_call_me_last()
This commit is contained in:
@@ -636,6 +636,11 @@ libcalc_call_me_last(void)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* free all globals
|
||||
*/
|
||||
freeglobals();
|
||||
|
||||
/*
|
||||
* all done
|
||||
*/
|
||||
|
Reference in New Issue
Block a user