mirror of https://github.com/GNOME/gimp.git
Bug 595605 - memory leaks in plug-ins/common/curve-bend.c
Add missing g_free() calls.
This commit is contained in:
parent
df24468fde
commit
19d4ad70f9
|
@ -3168,6 +3168,9 @@ p_vertical_bend (BenderDialog *cd,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
g_free (last_arr);
|
||||
g_free (first_arr);
|
||||
}
|
||||
|
||||
/* ============================================================================
|
||||
|
|
Loading…
Reference in New Issue