Parent Directory
|
Revision Log
|
Patch
revision 1006 by michael, Wed Nov 7 22:47:44 2007 UTC | revision 1007 by michael, Tue Sep 1 15:25:26 2009 UTC | |
---|---|---|
# | Line 242 BlockHeapCreate(const char *const name, | Line 242 BlockHeapCreate(const char *const name, |
242 | outofmemory(); /* die.. out of memory */ | outofmemory(); /* die.. out of memory */ |
243 | } | } |
244 | ||
assert(bh); | ||
245 | bh->next = heap_list; | bh->next = heap_list; |
246 | heap_list = bh; | heap_list = bh; |
247 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |