mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
add methods to keep the entire tree from getting deallocated while there are any external references to any object in the tree
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1ac9467bf
commit
01ed308814
3 changed files with 56 additions and 3 deletions
|
@ -113,6 +113,8 @@ StringFromXMLString(const unsigned char *bytes, unsigned length)
|
|||
void *node; \
|
||||
NSMutableArray *subNodes; \
|
||||
NSString *xpath; \
|
||||
int externalRetains; \
|
||||
|
||||
|
||||
/* When using the non-fragile ABI, the instance variables are exposed to the
|
||||
* compiler within the class declaration, so we don't need to incorporate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue