fixes a typo in recently added code:

------------------ snip -------------------------------------------------

Index: xap/unix/xap_UnixFrame.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/xap/unix/xap_UnixFrame.cpp,v
retrieving revision 1.87
diff -u -r1.87 xap_UnixFrame.cpp
--- xap/unix/xap_UnixFrame.cpp  2000/07/27 15:18:13     1.87
+++ xap/unix/xap_UnixFrame.cpp  2000/07/27 16:05:48
@@ -649,7 +649,7 @@
                execstring = g_strdup_printf("netscape -remote openURL\\(%s\\) || 
netscape %s &", szURL, szURL);
        }
        system(execstring);
-       gfree(execstring);
+       g_free(execstring);
        FREEP(statbuf);
        return UT_FALSE;
 }





Reply via email to