Free extra_libdir_str after use.

master
Thomas Preud'homme 2011-07-06 10:26:25 +02:00
parent 38de06e334
commit ca6ff4fada
1 changed files with 1 additions and 0 deletions

View File

@ -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