Author: akv
Date: 2009-12-29 20:56:25 +0100 (Tue, 29 Dec 2009)
New Revision: 2882
Modified:
branches/rawstudio-ng-color/librawstudio/rs-lens-db.c
Log:
Added missing free of camera_make and camera_model.
Modified: branches/rawstudio-ng-color/librawstudio/rs-lens-db.c
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-lens-db.c 2009-12-29
19:50:28 UTC (rev 2881)
+++ branches/rawstudio-ng-color/librawstudio/rs-lens-db.c 2009-12-29
19:56:25 UTC (rev 2882)
@@ -171,6 +171,8 @@
g_free(identifier);
g_free(lensfun_make);
g_free(lensfun_model);
+ g_free(camera_make);
+ g_free(camera_model);
list = g_list_next (list);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit