[argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Klaus Karcher <lists@xxxxxxxxxxxxxxxxx>
- To: "Alastair M. Robinson" <profiling@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 06 May 2008 07:33:04 +0200
Alastair M. Robinson wrote:
Could you try the following one line fix, please?
in imagesource/imagesource.cpp
change line 58 from
if(embeddedprofile)
to
if(embeddedprofile && embprofowned)
That fixes the valgrind hit on my machine, so I'm hopeful it'll fix your
problem too :)
Yep -- it works :-)
Klaus
- References:
- [argyllcms] ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Alastair M. Robinson
- [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Klaus Karcher
- [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Alastair M. Robinson
Other related posts:
- » [argyllcms] ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- » [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
Could you try the following one line fix, please?
in imagesource/imagesource.cpp
change line 58 from
if(embeddedprofile)
to
if(embeddedprofile && embprofowned)
That fixes the valgrind hit on my machine, so I'm hopeful it'll fix your
problem too :)
- [argyllcms] ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Alastair M. Robinson
- [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Klaus Karcher
- [argyllcms] Re: ImgTarget - a first look at a GTK+ GUI for tiffgamut / icclink
- From: Alastair M. Robinson