summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 15:01:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 15:01:46 +0000
commit0dc0d950f9fad7a9a27a12ab5cd0b30af6659769 (patch)
tree68d0d2b4d2f1c7fde5f8b167c35a1ab90a27b5dd /psprint
parentca77b9819d4d204a67229ce3a27c104d359b388c (diff)
INTEGRATION: CWS vcl80 (1.42.16); FILE MERGED
2007/07/03 09:14:45 pl 1.42.16.1: #i79136# fix potential leaks (thanks cmc)
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontsubset/sft.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/sft.c b/psprint/source/fontsubset/sft.c
index 040ccc0c78e4..7d058606b806 100644
--- a/psprint/source/fontsubset/sft.c
+++ b/psprint/source/fontsubset/sft.c
@@ -4,9 +4,9 @@
*
* $RCSfile: sft.c,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2007-04-04 08:02:37 $
+ * last change: $Author: hr $ $Date: 2007-07-31 16:01:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1012,9 +1012,9 @@ static int BSplineToPSPath(ControlPoint *srcA, int srcCount, PSPathElement **pat
memcpy(p + i, listCurrent(pList), sizeof(PSPathElement));
listNext(pList);
}
- listDispose(pList);
*path = p;
}
+ listDispose(pList);
return pCount;
}