My favorites | Sign in
Project Home
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 15 attachment: xpathleak.diff (294 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
Index: CXMLNode.m
===================================================================
--- CXMLNode.m (revision 96)
+++ CXMLNode.m (working copy)
@@ -242,6 +242,7 @@
theResult = theArray;
}

+xmlXPathFreeObject(theXPathObject);
xmlXPathFreeContext(theXPathContext);
return(theResult);
}
Powered by Google Project Hosting