Free extra_libdir_str after use.
This commit is contained in:
parent
38de06e334
commit
ca6ff4fada
1 changed files with 1 additions and 0 deletions
1
libtcc.c
1
libtcc.c
|
|
@ -993,6 +993,7 @@ LIBTCCAPI TCCState *tcc_new(void)
|
|||
tok = strtok_r(NULL, delim, &tok_save_ptr);
|
||||
}
|
||||
tcc_free(tok_extra_libdir);
|
||||
tcc_free(extra_libdir_str);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue