fixing some warning

This commit is contained in:
Ahmed Abdellah
2019-10-24 14:21:01 +01:00
parent 0e6a73b148
commit 5e206fdd53
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ void UTIL_freeFileNamesTable(FileNamesTable* table) {
free(table->fileNames);
}
if(table->buf) {
if(table && table->buf) {
free(table->buf);
}