Skip to content
Snippets Groups Projects
Commit 76ab21ce authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: src/modules/gmpmod/mpz_glue.c:1.2
parent 64efda86
No related branches found
No related tags found
No related merge requests found
......@@ -373,14 +373,15 @@ static void exit_mpz_glue(char *foo, struct object *o)
{
mpz_clear(THIS);
}
#endif
void init_gmpmod_efuns(void) {}
void exit_gmpmod(void)
{
#ifdef HAVE_GMP_H
if(temporary) free_object(temporary);
free_program(mpzmod_program);
#endif
}
void init_gmpmod_programs(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment