• cremno's avatar
    delete mrb_free()-related non-NULL checks · 0f284091
    cremno authored
    No need to optimize since a program only exits once and errors are rare.
    Also the mruby source code doesn't have these kind of checks elsewhere.
    
    The ones in {Time,Random}#initialize are kept because there it actually
    matters
    since initialization always happens and re-initialization is unlikely.
    0f284091
dump.c 27.7 KB