diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-07 12:18:32 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-07 14:01:26 +0100 |
commit | 2b945f8ee4388f66bc02e50f129f94824706d729 (patch) | |
tree | dcf5c88f55df1e738ad7bbe144810329dcd0a8c7 /sal/qa | |
parent | 31fdb7f4644d80cde482a576ddb5c3cb9625a15b (diff) |
WaE: deleting 'PSID {aka void*}' is undefined
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/security/osl_Security.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index fd217fda381a..4a0a1a901eea 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -564,7 +564,7 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *, strUserID = ::rtl::OUString::createFromAscii( Ident ); free(Ident); - delete pSid; + delete [] reinterpret_cast<BYTE*>(pSid); delete [] wszDomainName; |