Author: post
Date: 2011-04-24 13:02:46 +0200 (Sun, 24 Apr 2011)
New Revision: 4012

Modified:
   trunk/plugins/dcp/dcp.c
Log:
Be sure to NULL out dcp->huesatmap.

Modified: trunk/plugins/dcp/dcp.c
===================================================================
--- trunk/plugins/dcp/dcp.c     2011-04-19 12:04:32 UTC (rev 4011)
+++ trunk/plugins/dcp/dcp.c     2011-04-24 11:02:46 UTC (rev 4012)
@@ -311,6 +311,7 @@
        dcp->huesatmap1 = NULL;
        dcp->huesatmap2 = NULL;
        dcp->huesatmap_interpolated = NULL;
+       dcp->huesatmap = NULL;
        dcp->tone_curve = NULL;
        dcp->looktable = NULL;
        dcp->looktable = NULL;


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to