Update of /cvsroot/ufraw/ufraw In directory vz-cvs-2.sog:/tmp/cvs-serv7608 Modified Files: ufraw_ufraw.c Log Message: Initialize dark->conf->ufobject before first use.
Index: ufraw_ufraw.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- ufraw_ufraw.c 1 Mar 2011 05:27:04 -0000 1.259 +++ ufraw_ufraw.c 22 Mar 2011 01:45:23 -0000 1.260 @@ -294,6 +294,8 @@ } dark->conf = g_new(conf_data, 1); conf_init(dark->conf); + /* initialize ufobject member */ + dark->conf->ufobject = ufraw_image_new(); /* disable all auto settings on darkframe */ dark->conf->autoExposure = disabled_state; dark->conf->autoBlack = disabled_state; ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs