[24034] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23643 - in trunk/athena/bin/xdsc: . debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 23 12:07:26 2009

Date: Mon, 23 Mar 2009 12:07:17 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903231607.n2NG7H07014567@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-23 12:07:17 -0400 (Mon, 23 Mar 2009)
New Revision: 23643

Modified:
   trunk/athena/bin/xdsc/debian/changelog
   trunk/athena/bin/xdsc/reply.c
Log:
In xdsc:
  * Revert 10.0.0-0debathena3 pending further investigation of the memory
    corruption.


Modified: trunk/athena/bin/xdsc/debian/changelog
===================================================================
--- trunk/athena/bin/xdsc/debian/changelog	2009-03-23 05:26:48 UTC (rev 23642)
+++ trunk/athena/bin/xdsc/debian/changelog	2009-03-23 16:07:17 UTC (rev 23643)
@@ -1,3 +1,10 @@
+debathena-xdsc (10.0.0-0debathena4) unstable; urgency=low
+
+  * Revert 10.0.0-0debathena3 pending further investigation of the memory
+    corruption.
+
+ -- Evan Broder <broder@mit.edu>  Mon, 23 Mar 2009 12:05:26 -0400
+
 debathena-xdsc (10.0.0-0debathena3) intrepid; urgency=low
 
   * Avoid a crash in xdsc (Closes: Debathena Trac #84).

Modified: trunk/athena/bin/xdsc/reply.c
===================================================================
--- trunk/athena/bin/xdsc/reply.c	2009-03-23 05:26:48 UTC (rev 23642)
+++ trunk/athena/bin/xdsc/reply.c	2009-03-23 16:07:17 UTC (rev 23643)
@@ -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);


home help back first fref pref prev next nref lref last post