You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/11/29 21:26:37 UTC

svn commit: r1717117 - /openoffice/trunk/main/sw/source/ui/uiview/view0.cxx

Author: pfg
Date: Sun Nov 29 20:26:37 2015
New Revision: 1717117

URL: http://svn.apache.org/viewvc?rev=1717117&view=rev
Log:
Resource Leak

CID:	705766

Modified:
    openoffice/trunk/main/sw/source/ui/uiview/view0.cxx

Modified: openoffice/trunk/main/sw/source/ui/uiview/view0.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/uiview/view0.cxx?rev=1717117&r1=1717116&r2=1717117&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/uiview/view0.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/uiview/view0.cxx Sun Nov 29 20:26:37 2015
@@ -567,6 +567,7 @@ void SwView::ExecViewOptions(SfxRequest
         break;
 
         default:
+            delete pOpt;
             ASSERT(sal_False, Falsche Request-Methode);
             return;
     }