Archived
1
0
Fork 0

common/rbtree: fixed a bug in delete

This commit is contained in:
Henrik Hautakoski 2010-10-02 08:20:48 +02:00
parent 8d7b4a74c7
commit 7209cfb1c4
7 changed files with 52 additions and 37 deletions

View file

@ -21,6 +21,8 @@ void* xrealloc(void *, size_t);
char* xstrdup(const char *);
void* xmemdup(const void *, size_t);
void xfree(void *);
#endif /* __COMMON_XALLOC_H */