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:
parent
4c51313369
commit
3901964b6d
1 changed files with 1 additions and 1 deletions
|
@ -2265,7 +2265,7 @@ bool StringResourcePersistenceImpl::implWritePropertiesFile( LocaleItem* pLocale
|
|||
}
|
||||
}
|
||||
|
||||
delete pIdPtrs;
|
||||
delete[] pIdPtrs;
|
||||
}
|
||||
|
||||
bSuccess = true;
|
||||
|
|
Loading…
Reference in a new issue