Bug 595605 - memory leaks in plug-ins/common/curve-bend.c

Add missing g_free() calls.
This commit is contained in:
Nelson A. de Oliveira 2009-11-18 17:48:24 -02:00 committed by Martin Nordholts
parent df24468fde
commit 19d4ad70f9
1 changed files with 3 additions and 0 deletions

View File

@ -3168,6 +3168,9 @@ p_vertical_bend (BenderDialog *cd,
}
}
}
g_free (last_arr);
g_free (first_arr);
}
/* ============================================================================