Free the allocated special level coder

This commit is contained in:
Pasi Kallinen
2015-10-30 20:16:10 +02:00
parent b5f266ee45
commit e6ed35b8f7

View File

@@ -5850,6 +5850,7 @@ sp_lev *lvl;
coder->frame = tmpframe;
} while (coder->frame);
}
free(coder);
return TRUE;
}