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

coverity#736451 Resource leak

Change-Id: Ifd806074e31a4d7f91023d5baf22bc465e52019c
üst 50511afe
......@@ -205,6 +205,7 @@ void SdPPTFilter::PreSaveBasic()
{
pSaveVBA( (SfxObjectShell&) mrDocShell, pBas );
}
delete pLibrary;
}
#else
SaveVBA( (SfxObjectShell&) mrDocShell, pBas );
......
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