oops
This commit is contained in:
Sven Neumann
2003-09-02 14:07:43 +00:00
parent b20358c07f
commit bbfc737efa

View File

@ -620,7 +620,7 @@ gimp_vectors_copy_strokes (const GimpVectors *src_vectors,
if (dest_vectors->strokes)
{
g_list_foreach (dest_vectors->strokes, (Gfunc) g_object_unref, NULL);
g_list_foreach (dest_vectors->strokes, (GFunc) g_object_unref, NULL);
g_list_free (dest_vectors->strokes);
}