My favorites
▼
|
Sign in
touchcode
Repository of iPhone and iPod Touch source code.
Project Home
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
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