coverity#704434 Non-array delete for scalars
Change-Id: Ie92de56ead7988d951fe44cf63b4e72214b1e22f Reviewed-on: https://gerrit.libreoffice.org/2358 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
4c51313369
commit
3901964b6d
@@ -2265,7 +2265,7 @@ bool StringResourcePersistenceImpl::implWritePropertiesFile( LocaleItem* pLocale
|
||||
}
|
||||
}
|
||||
|
||||
delete pIdPtrs;
|
||||
delete[] pIdPtrs;
|
||||
}
|
||||
|
||||
bSuccess = true;
|
||||
|
Reference in New Issue
Block a user