diff --git a/src/tvshow.c b/src/tvshow.c index 47b9e96..cafc354 100755 --- a/src/tvshow.c +++ b/src/tvshow.c @@ -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; } }