makekeys: free strings before exiting
Just to make valgrind happy. Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
8f2c9597ba
commit
9813778e73
|
@ -321,5 +321,8 @@ skip2: ;
|
|||
printf("};\n");
|
||||
printf("\n#endif /* KS_TABLES_H */\n");
|
||||
|
||||
for (i = 0; i < ksnum; i++)
|
||||
free(info[i].name);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue