mirror of
https://github.com/farfalleflickan/cmyflix.git
synced 2025-02-05 08:45:31 +00:00
Fix missed free
This commit is contained in:
parent
47a0685230
commit
f4e1cb4dcb
@ -1004,6 +1004,7 @@ void *cleanShow(void *threadArg) {
|
||||
}
|
||||
if ((episodesArraySize+extrasArraySize) == 0) {
|
||||
//TODO: parse "Show" tag for filename then delete HTML show file?
|
||||
cJSON_Delete(thisThread->oldJSON);
|
||||
thisThread->oldJSON = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user