diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /databases/mysql-gui/files/patch-gif.cc | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'databases/mysql-gui/files/patch-gif.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-gif.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/mysql-gui/files/patch-gif.cc b/databases/mysql-gui/files/patch-gif.cc deleted file mode 100644 index 33276477b436..000000000000 --- a/databases/mysql-gui/files/patch-gif.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- gif.cc.orig Wed Apr 11 21:12:24 2001 -+++ gif.cc Mon Feb 3 03:46:27 2003 -@@ -107,11 +107,11 @@ - box(FL_NO_BOX); end(); show(); - } - ~gif_window () { -- if (p && p->data) { -- char** real_data = (char**)(p->data); -+ if (p && p->alloc_data) { -+ char** real_data = (char**)(p->alloc_data); - for (int i = 0; i < 3; i++) delete[] real_data[i]; - delete[] real_data; -- p->data = 0; delete p; p = 0; -+ p->alloc_data = 0; delete p; p = 0; - } - if (linelength) free((void*)linelength); - } |