Memory leak patrol and minor cleanups.
[pspp-builds.git] / src / ui / terminal / msg-ui.c
index 6a67a6f1187f2bdcd209e3ad121ae1d980507c4a..9cbbf10f7998f0bbd541b3356e23bb136edfa072 100644 (file)
@@ -76,6 +76,7 @@ void
 msg_ui_done (void) 
 {
   msg_done ();
+  msg_locator_done ();
   
   if ( msg_file ) /* FIXME: do we really want to close stdout ?? */
     fclose (msg_file);