Fix missed free

This commit is contained in:
farfalleflickan 2024-12-27 00:32:11 +01:00
parent 47a0685230
commit f4e1cb4dcb

View File

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