fix [#35855] Change "Scene" crashes randomly

This commit is contained in:
Campbell Barton 2013-06-24 06:08:47 +00:00
parent a5b78bb6bd
commit d5aaf8141e

@ -1276,6 +1276,8 @@ void BKE_color_managed_view_settings_copy(ColorManagedViewSettings *new_settings
if (settings->curve_mapping)
new_settings->curve_mapping = curvemapping_copy(settings->curve_mapping);
else
new_settings->curve_mapping = NULL;
}
void BKE_color_managed_view_settings_free(ColorManagedViewSettings *settings)