oleaut32: Fix remaining memory leak (coverity).

This commit is contained in:
André Hentschel 2012-11-10 15:56:58 +01:00 committed by Alexandre Julliard
parent 2d3f320463
commit 43ffbe5611
1 changed files with 1 additions and 0 deletions

View File

@ -4079,6 +4079,7 @@ static ITypeLib2* ITypeLib2_Constructor_SLTG(LPVOID pLib, DWORD dwTLBLength)
pTIHeader = pBlk;
if(pTIHeader->magic != SLTG_TIHEADER_MAGIC) {
FIXME_(typelib)("TypeInfoHeader magic = %04x\n", pTIHeader->magic);
heap_free(pOtherTypeInfoBlks);
return NULL;
}
TRACE_(typelib)("pTIHeader->res06 = %x, pTIHeader->res0e = %x, "