Hacker News new | ask | show | jobs
by ori_b 5279 days ago

    s = realloc(s, sizeof(RString));
1 comments

MRI objects are not relocatable so that won't work if realloc has to move the structure in memory