summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39d2e51)
raw | patch | inline | side by side (parent: 39d2e51)
author | johncoswell <johncoswell@users.sourceforge.net> | |
Sun, 25 Feb 2007 13:58:53 +0000 (13:58 +0000) | ||
committer | johncoswell <johncoswell@users.sourceforge.net> | |
Sun, 25 Feb 2007 13:58:53 +0000 (13:58 +0000) |
src/flood-context.cpp | patch | blob | history |
diff --git a/src/flood-context.cpp b/src/flood-context.cpp
index 4eb82b767cf74c8d91760e021411009b2c4404f9..27df7c3112c248f2beb5d8e51ac6273beb8871c9 100644 (file)
--- a/src/flood-context.cpp
+++ b/src/flood-context.cpp
@@ -496,6 +496,8 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even
(GdkPixbufDestroyNotify)g_free,
NULL);
+ g_free(trace_px);
+
NR::Matrix inverted_affine = NR::Matrix(affine).inverse();
do_trace(pixbuf, desktop, inverted_affine);