msg: Use correct free function.
[mgLib] / 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 --- */