summaryrefslogtreecommitdiffstats
path: root/x11/yelp/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-03 01:27:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-03 01:27:16 +0800
commiteea966b5f04ee668e869b60bc40b96e80a05fa79 (patch)
tree48bc2712434859dcfa3dad1b7cb1fcd4c9d1d94a /x11/yelp/files
parent4335c3ff215b200de29597c675d968c399b71645 (diff)
downloadmarcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar.gz
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar.bz2
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar.lz
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar.xz
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.tar.zst
marcuscom-ports-eea966b5f04ee668e869b60bc40b96e80a05fa79.zip
Fix a crash that resulted when a non-malloc'd pointer was free'd.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1389 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/files')
-rw-r--r--x11/yelp/files/patch-src_yelp-toc-pager.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/yelp/files/patch-src_yelp-toc-pager.c b/x11/yelp/files/patch-src_yelp-toc-pager.c
new file mode 100644
index 000000000..d7071f5db
--- /dev/null
+++ b/x11/yelp/files/patch-src_yelp-toc-pager.c
@@ -0,0 +1,10 @@
+--- src/yelp-toc-pager.c.orig Tue Dec 2 12:21:22 2003
++++ src/yelp-toc-pager.c Tue Dec 2 12:25:28 2003
+@@ -367,7 +367,6 @@
+ gnome_vfs_file_info_unref (file_info);
+ gnome_vfs_directory_close (dir);
+ g_slist_free_1 (first);
+- g_free (dirstr);
+
+ if (priv->dir_pending)
+ return TRUE;