Kaydet (Commit) 2b945f8e authored tarafından David Tardon's avatar David Tardon

WaE: deleting 'PSID {aka void*}' is undefined

üst 31fdb7f4
......@@ -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;
......
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