Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / error.c
index 3dadab42464d624bb9a429f54ef47b6c027045fe..65a7b0f10a2bf3c035068387c4138c153e936c77 100644 (file)
@@ -102,6 +102,8 @@ msg (int class, const char *format, ...)
     e.text = buf.string;
     err_vmsg (&e);
   }
+
+  ds_destroy (&buf);
 }
 
 /* Terminate due to fatal error in input. */