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

cmcfixes73: #i109922# fix new[]/delete mismatch

üst f696d8ce
......@@ -266,7 +266,7 @@ void Dir::Construct( DirEntryKind nKindFlags )
strcpy( pBuffer, aTStr.GetBuffer() );
CharLowerBuff( pBuffer, aTStr.Len() );
aNameMask = WildCard( String(pBuffer, osl_getThreadTextEncoding()), ';' );
delete pBuffer;
delete [] pBuffer;
}
#else
aNameMask = WildCard( CutName(), ';' );
......
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