diff src/intl.c @ 4982:3c3c1d139863

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:25:00 -0600
parents 4aebb0131297 16112448d484
children 308d34e9f07d
line wrap: on
line diff
--- a/src/intl.c	Fri Feb 05 11:02:24 2010 -0600
+++ b/src/intl.c	Fri Feb 05 11:25:00 2010 -0600
@@ -93,7 +93,7 @@
 #endif
 
   str = build_extstring (loc, Qctext);
-  xfree (loc, Extbyte *);
+  xfree (loc);
   return str;
 }