X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.c;h=ffdd491ee2d780bdb8ebdbe3e9edc4fa48e44816;hb=b4dd1916b76c26b631330a6da615af4433360da4;hp=297634afeaa3480d71e94416fe6fd2df878f4ba9;hpb=356c1209257f91eb08791e6b9ca72393fca6fcd0;p=pspp-builds.git diff --git a/src/ui/gui/message-dialog.c b/src/ui/gui/message-dialog.c index 297634af..ffdd491e 100644 --- a/src/ui/gui/message-dialog.c +++ b/src/ui/gui/message-dialog.c @@ -153,7 +153,7 @@ popup_message (const struct msg *m) _("%s %s"), location, m->text); - free (location); + g_free (location); gtk_window_set_keep_above (GTK_WINDOW (dialog), TRUE);