Various memleaks part 2.

I forgot to clear some variables.
This commit is contained in:
Steve Herrell
2010-11-10 09:09:00 -05:00
parent 6d4c50255a
commit 067204715f

View File

@@ -89,7 +89,7 @@ struct RawImage {
int profile_len;
char* profile_data; // Embedded ICC color profile
RawImage( const Glib::ustring name):allocation(NULL),data(NULL),profile_data(NULL),fname(name)
RawImage( const Glib::ustring name):allocation(NULL),data(NULL),profile_data(NULL),fname(name),make(0),model(0)
{
}
~RawImage()