From: Mark Wooding Date: Fri, 3 Feb 2006 16:21:53 +0000 (+0000) Subject: msg: Use correct free function. X-Git-Url: https://git.distorted.org.uk/~mdw/mgLib/commitdiff_plain/dcfeaab34040d5d9791d2ff91fd93e95b5059d58 msg: Use correct free function. --- diff --git a/msg.c b/msg.c index 07f0112..2623225 100644 --- 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 --- */