repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lok: jsbuilder: avoid sending early id to client side
[LibreOffice.git]
/
external
/
libxslt
/
libxslt-1.1.26-memdump.patch
blob
28724f749a381ed60a90b9845d223cd077e9a29f
1
--- misc/libxslt-1.1.26/xsltproc/xsltproc.c 2009-08-23 14:53:33.000000000 +0200
2
+++ misc/build/libxslt-1.1.26/xsltproc/xsltproc.c 2013-01-18 14:16:12.202767222 +0100
3
@@ -877,7 +877,6 @@
4
xsltFreeSecurityPrefs(sec);
5
xsltCleanupGlobals();
6
xmlCleanupParser();
7
- xmlMemoryDump();
8
return(errorno);
9
}
10