renamed free_n
This commit is contained in:
parent
e62dacd599
commit
387742ae5f
@ -13,7 +13,7 @@ static void dump (const char * file_name);
|
|||||||
#include "unix.h"
|
#include "unix.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
void free_n(void) {
|
void deinit(void) {
|
||||||
extern void yyfree_leftovers(void);
|
extern void yyfree_leftovers(void);
|
||||||
|
|
||||||
yyfree_leftovers();
|
yyfree_leftovers();
|
||||||
@ -60,7 +60,7 @@ signed main(int argc, char * argv[]) {
|
|||||||
issue_warning("the input did not contain any instructions");
|
issue_warning("the input did not contain any instructions");
|
||||||
}
|
}
|
||||||
|
|
||||||
free_n();
|
deinit();
|
||||||
|
|
||||||
return has_encountered_error;
|
return has_encountered_error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user