]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- from http://cvs.fedoraproject.org/viewcvs/rpms/eclipse/devel/eclipse-launcher-doubl...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Dec 2007 20:01:26 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-launcher-double-free-bug.patch -> 1.1

eclipse-launcher-double-free-bug.patch [new file with mode: 0644]

diff --git a/eclipse-launcher-double-free-bug.patch b/eclipse-launcher-double-free-bug.patch
new file mode 100644 (file)
index 0000000..0c24961
--- /dev/null
@@ -0,0 +1,10 @@
+--- library/eclipse.c.orig     2007-06-25 15:57:02.000000000 -0400
++++ library/eclipse.c  2007-08-03 15:23:02.000000000 -0400
+@@ -529,6 +530,7 @@
+                           }
+                           displayMessage( title, errorMsg );
+                           free( errorMsg );
++                          errorMsg = NULL;
+                   }
+                   free( title );
+                   break;
This page took 0.063336 seconds and 4 git commands to generate.