oops
oops
This commit is contained in:
parent
b20358c07f
commit
bbfc737efa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue