X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/43f490c377cb05d1ac6e7d2c27a06ae940e2c047..a077a9a931a4b81abf0f549d7f463ae75075149a:/struct/dspool.h diff --git a/struct/dspool.h b/struct/dspool.h index 47ca6e2..0e1c093 100644 --- a/struct/dspool.h +++ b/struct/dspool.h @@ -101,7 +101,7 @@ extern dstr *dspool_get(dspool */*p*/); _s = _p->free; \ _p->free = _s->next; \ } else { \ - _s = CREATE(dspoolstr); \ + NEW(_s); \ DCREATE(&_s->ds); \ if (_p->isz) \ DENSURE(&_s->ds, _p->isz); \