thi-ng/tinyalloc

Error in ta_init()

wboeke opened this issue · 0 comments

In function ta_init() the line
heap->fresh = heap->blocks;
appears before heap->blocks has been assigned.