pstoedit/pstoedit-3.45-drvswf.patch

22 lines
588 B
Diff
Raw Normal View History

diff -Nru pstoedit-3.45.orig/src/drvswf.cpp pstoedit-3.45/src/drvswf.cpp
--- pstoedit-3.45.orig/src/drvswf.cpp 2007-07-22 13:27:36.000000000 +0200
+++ pstoedit-3.45/src/drvswf.cpp 2008-11-19 19:01:23.000000000 +0100
@@ -373,7 +373,7 @@
printf("s->end();\n" "SWFDisplayItem * d = movie->add(s);\n" "d->move(0, 0); }\n");
// delete s;
- delete d;
+// delete d;
}
@@ -474,7 +474,7 @@
SWFDisplayItem_setMatrix(d->item, ma, mb, mc, md, mx, my);
#endif
- delete d;
+// delete d;
// delete f; // causes memory problems otherwise - at the cost of leaks - Hmmm
// delete t;