Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6426
Modified Files:
ufraw_ufraw.c
Log Message:
Clean up some valgrind warnings.
Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- ufraw_ufraw.c 1 Dec 2009 03:30:57 -0000 1.223
+++ ufraw_ufraw.c 1 Dec 2009 05:40:58 -0000 1.224
@@ -686,7 +686,9 @@
g_free(uf->displayProfile);
g_free(uf->RawHistogram);
#ifdef HAVE_LENSFUN
- g_free(uf->modifier);
+ lf_lens_destroy(uf->conf->lens);
+ lf_camera_destroy(uf->conf->camera);
+ lf_modifier_destroy(uf->modifier);
g_free(uf->lanczos_func);
#endif
if ( uf->conf->darkframe!=NULL ) {
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs