Author: cazfi
Date: Tue Feb 10 22:03:49 2015
New Revision: 28091

URL: http://svn.gna.org/viewcvs/freeciv?rev=28091&view=rev
Log:
Free nls on freeciv-manual exit

See bug #23257

Modified:
    branches/S2_4/manual/civmanual.c

Modified: branches/S2_4/manual/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_4/manual/civmanual.c?rev=28091&r1=28090&r2=28091&view=diff
==============================================================================
--- branches/S2_4/manual/civmanual.c    (original)
+++ branches/S2_4/manual/civmanual.c    Tue Feb 10 22:03:49 2015
@@ -560,6 +560,7 @@
   FC_FREE(ruleset);
 
   con_log_close();
+  free_nls();
 
   return EXIT_SUCCESS;
 }


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to