From 067204715f7f360faf14ef783604ce476143d00a Mon Sep 17 00:00:00 2001 From: Steve Herrell Date: Wed, 10 Nov 2010 09:09:00 -0500 Subject: [PATCH] Various memleaks part 2. I forgot to clear some variables. --- rtengine/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/common.h b/rtengine/common.h index 376417251..373508030 100644 --- a/rtengine/common.h +++ b/rtengine/common.h @@ -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()