Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29985
Modified Files: ufraw_conf.c Log Message: Fix potential memory leak in latest commit. Index: ufraw_conf.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v retrieving revision 1.193 retrieving revision 1.194 diff -u -d -r1.193 -r1.194 --- ufraw_conf.c 16 Oct 2013 03:00:12 -0000 1.193 +++ ufraw_conf.c 16 Oct 2013 03:30:09 -0000 1.194 @@ -2175,6 +2175,7 @@ ufraw_message(UFRAW_ERROR, _("'%s' is not a valid grayscale-mixer option."), grayscaleMixer); + uf_reset_locale(locale); return -1; } cmd->grayscaleMixerDefined = 1; ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs