Files
mruby-mruby/src
dearblue 7a0418304e Fix memory leak for string object when out of memory
The `mrb_str_pool()` function has a path to call `malloc()` twice.

If occurs `NoMemoryError` exception in second `malloc()`,
first `malloc()` pointer is not freed.
2019-01-27 09:47:45 +09:00
..
2018-11-19 12:08:28 +09:00
2018-11-15 21:01:56 +09:00
2019-01-27 09:47:44 +09:00
2018-12-17 16:00:22 +09:00
2018-12-17 15:59:42 +09:00
2018-11-02 22:58:12 +09:00
2018-12-11 10:39:53 +09:00
2016-05-09 17:19:47 +02:00
2018-12-23 14:23:44 +09:00