[523] in BarnOwl Developers

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

[D-O-H] r642 - in trunk: . owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:04 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri,  2 Mar 2007 14:48:04 -0500 (EST)

Author: nelhage
Date: 2007-03-02 14:48:04 -0500 (Fri, 02 Mar 2007)
New Revision: 642

Modified:
   trunk/
   trunk/owl/util.c
Log:
 r19195@phanatique:  nelhage | 2007-03-02 14:39:30 -0500
 free() should be owl_free()
 



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19193
   + bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:19195

Modified: trunk/owl/util.c
===================================================================
--- trunk/owl/util.c	2007-03-02 14:29:07 UTC (rev 641)
+++ trunk/owl/util.c	2007-03-02 19:48:04 UTC (rev 642)
@@ -345,7 +345,7 @@
     curarg[strlen(curarg)]=line[i];
   }
 
-  free(curarg);
+  owl_free(curarg);
 
   /* check for unbalanced quotes */
   if (quote!='\0') {


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