Skip to content
  • Jehan's avatar
    Bug 794023 - Bad/Double free bugs found by scan-build. · c9d9b553
    Jehan authored
    In case of error in gimp_prop_eval_parse_reference(), we were obviously
    freeing the string which had just been allocated by g_strdup(), not the
    pointer to this string.
    Thanks to Massimo for raising this issue.
    c9d9b553