Kaydet (Commit) e77a2cb2 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1222236 Resource leak

Change-Id: Iadd6621cebe9426c7c54c81f584b9c6766157f56
üst db176b0e
......@@ -1085,8 +1085,8 @@ void PrintFontManager::analyzeTrueTypeFamilyName( void* pTTFont, ::std::list< OU
aFamily = aName;
}
}
DisposeNameRecords( pNameRecords, nNameRecords );
}
DisposeNameRecords( pNameRecords, nNameRecords );
if( !aFamily.isEmpty() )
{
rNames.push_front( aFamily );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment