libgimpwidgets: gimppickbutton-quartz: do not release color_space

The color_space reference should not be released because it was obtained
with a Get-function, which means we do not have ownership.
This commit is contained in:
Kristian Rietveld 2018-03-26 22:55:49 +02:00
parent 0e9e167da8
commit ce3899e722
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@
g_free (buffer);
CFRelease (icc_data);
}
CFRelease (color_space);
}
gimp_rgba_set_uchar (&rgb, data[2], data[1], data[0], 255);