[23967] in Source-Commits
/svn/athena r23577 - in trunk/athena/bin/xdsc: . debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sun Mar 8 09:07:07 2009
Date: Sun, 8 Mar 2009 09:07:00 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200903081307.n28D70wv029597@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-03-08 09:07:00 -0400 (Sun, 08 Mar 2009)
New Revision: 23577
Modified:
trunk/athena/bin/xdsc/debian/changelog
trunk/athena/bin/xdsc/reply.c
Log:
In xdsc:
* Avoid a crash in xdsc (Closes: Debathena Trac #84).
Modified: trunk/athena/bin/xdsc/debian/changelog
===================================================================
--- trunk/athena/bin/xdsc/debian/changelog 2009-03-08 09:14:49 UTC (rev 23576)
+++ trunk/athena/bin/xdsc/debian/changelog 2009-03-08 13:07:00 UTC (rev 23577)
@@ -1,3 +1,9 @@
+debathena-xdsc (10.0.0-0debathena3) intrepid; urgency=low
+
+ * Avoid a crash in xdsc (Closes: Debathena Trac #84).
+
+ -- Geoffrey Thomas <geofft@mit.edu> Sun, 08 Mar 2009 09:05:13 -0400
+
debathena-xdsc (10.0.0-0debathena2) unstable; urgency=low
* Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
Modified: trunk/athena/bin/xdsc/reply.c
===================================================================
--- trunk/athena/bin/xdsc/reply.c 2009-03-08 09:14:49 UTC (rev 23576)
+++ trunk/athena/bin/xdsc/reply.c 2009-03-08 13:07:00 UTC (rev 23577)
@@ -712,8 +712,8 @@
TopSelect(NULL, 2, NULL);
*/
myfree (returndata);
- myfree (tempstring1);
- myfree (tempstring2);
+ /* myfree (tempstring1); *
+ * myfree (tempstring2); */
}
if (addPopupW) {
@@ -880,7 +880,7 @@
TopSelect(NULL, 2, NULL);
*/
myfree (returndata);
- myfree (tempstring1);
+ /* myfree (tempstring1); */
}
XtDestroyWidget(deletePopupW);