We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872761a commit ce09fddCopy full SHA for ce09fdd
src/control/control.c
@@ -281,6 +281,10 @@ void dt_ctl_set_display_profile()
281
dt_print(DT_DEBUG_CONTROL, "[color profile] we got a new screen profile `%s' from the %s (size: %d)\n",
282
*name ? name : "(unknown)", profile_source, buffer_size);
283
}
284
+ else
285
+ {
286
+ g_free(buffer);
287
+ }
288
pthread_rwlock_unlock(&darktable.control->xprofile_lock);
289
if(profile_changed) dt_control_signal_raise(darktable.signals, DT_SIGNAL_CONTROL_PROFILE_CHANGED);
290
g_free(profile_source);
0 commit comments