John Norrbin 1e848d2e4e
Handle malloc returning null
Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before.
2019-01-04 19:24:59 +01:00
..
2015-03-31 09:25:21 -05:00
2017-02-01 01:13:09 +09:00
2019-01-04 19:24:59 +01:00