Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30442

Modified Files:
        ufraw_ufraw.c 
Log Message:
Fix memory leak in 4 color cameras like the Canon G1.


Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- ufraw_ufraw.c       26 Feb 2013 19:23:18 -0000      1.273
+++ ufraw_ufraw.c       12 Mar 2013 04:42:35 -0000      1.274
@@ -1259,7 +1259,7 @@
 static void ufraw_convert_reverse_wb(ufraw_data *uf, UFRawPhase phase)
 {
     ufraw_image_data *img = &uf->Images[phase];
-    guint32 mul[3], px;
+    guint32 mul[4], px;
     guint16 *p16;
     int i, size, c;
 


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to