msg: Use correct free function.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 3 Feb 2006 16:21:53 +0000 (16:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 3 Feb 2006 16:21:53 +0000 (16:21 +0000)
msg.c

diff --git a/msg.c b/msg.c
index 07f0112..2623225 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -153,7 +153,7 @@ int msg(const char *title, const char *buttons, const char *msg, ...)
        cancel(GTK_WINDOW(dbox), w);
       gtk_widget_show(w);
     }
-    free(p);
+    xfree(p);
 
     /* --- Preflight checklist --- */