svn commit: r1716892 - /openoffice/trunk/main/soltools/cpp/_macro.c

2015-11-27 Thread pfg
Author: pfg
Date: Fri Nov 27 16:09:47 2015
New Revision: 1716892

URL: http://svn.apache.org/viewvc?rev=1716892=rev
Log:
Resource leak

overwrite_var: Overwriting "args" in "args = tap" leaks the storage that 
"args" points to

CID:983184  

Modified:
openoffice/trunk/main/soltools/cpp/_macro.c

Modified: openoffice/trunk/main/soltools/cpp/_macro.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/soltools/cpp/_macro.c?rev=1716892=1716891=1716892=diff
==
--- openoffice/trunk/main/soltools/cpp/_macro.c (original)
+++ openoffice/trunk/main/soltools/cpp/_macro.c Fri Nov 27 16:09:47 2015
@@ -137,6 +137,7 @@ void
 
 tap = normtokenrow(args);
 dofree(args->bp);
+dofree(args);
 args = tap;
 }
 np->ap = args;




svn commit: r1716899 - /openoffice/trunk/main/sw/source/core/crsr/findattr.cxx

2015-11-27 Thread pfg
Author: pfg
Date: Fri Nov 27 16:58:02 2015
New Revision: 1716899

URL: http://svn.apache.org/viewvc?rev=1716899=rev
Log:
Resource leak

CID:736503

Modified:
openoffice/trunk/main/sw/source/core/crsr/findattr.cxx

Modified: openoffice/trunk/main/sw/source/core/crsr/findattr.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/crsr/findattr.cxx?rev=1716899=1716898=1716899=diff
==
--- openoffice/trunk/main/sw/source/core/crsr/findattr.cxx (original)
+++ openoffice/trunk/main/sw/source/core/crsr/findattr.cxx Fri Nov 27 16:58:02 
2015
@@ -480,6 +480,7 @@ int SwAttrCheckArr::SetAttrFwd( const Sw
else
break;
}
+   delete pIter;
return Found();
 }
 
@@ -639,6 +640,7 @@ int SwAttrCheckArr::SetAttrBwd( const Sw
else
break;
}
+   delete pIter;
return Found();
 }
 




svn commit: r1716900 - /openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx

2015-11-27 Thread pfg
Author: pfg
Date: Fri Nov 27 17:13:16 2015
New Revision: 1716900

URL: http://svn.apache.org/viewvc?rev=1716900=rev
Log:
Resource leak

CID:736451

Modified:
openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx

Modified: openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx?rev=1716900=1716899=1716900=diff
==
--- openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx (original)
+++ openoffice/trunk/main/sd/source/filter/sdpptwrp.cxx Fri Nov 27 17:13:16 2015
@@ -197,6 +197,7 @@ void SdPPTFilter::PreSaveBasic()
{
pSaveVBA( (SfxObjectShell&) mrDocShell, pBas );
}
+   delete pLibrary;
}
}
 }




buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-11-27 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/143

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-11-27 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/139

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2015-11-27 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/155

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-fbsd-nightly

2015-11-27 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/145

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-11-27 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/154

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot