[macruby-changes] [825] MacRuby/trunk/pack.c
source_changes at macosforge.org
source_changes at macosforge.org
Sat Feb 28 19:28:57 PST 2009
Revision: 825
http://trac.macosforge.org/projects/ruby/changeset/825
Author: lsansonetti at apple.com
Date: 2009-02-28 19:28:57 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
fix for #222
Modified Paths:
--------------
MacRuby/trunk/pack.c
Modified: MacRuby/trunk/pack.c
===================================================================
--- MacRuby/trunk/pack.c 2009-03-01 03:22:41 UTC (rev 824)
+++ MacRuby/trunk/pack.c 2009-03-01 03:28:57 UTC (rev 825)
@@ -67,8 +67,8 @@
t[sizeof(xtype)-i-1] = s[i]; \
} \
r = *(xtype *)t; \
- free(t); \
- free(zp); \
+ xfree(t); \
+ xfree(zp); \
return r; \
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090228/d9c962a4/attachment.html>
More information about the macruby-changes
mailing list