Jens Schmer ae390ad5a2 Fix Process object leak on emulation stop
The Process object kept itself alive indefinitely because its handle_table
contains a SharedMemory object which owns a reference to the same Process object,
creating a circular ownership scenario.

Break that up by storing only a non-owning pointer in the SharedMemory object.
2018-12-12 17:25:56 +01:00
..
2018-11-16 14:32:30 -05:00
2018-08-28 22:31:51 -04:00
2018-10-06 16:49:01 +10:00
2018-08-28 22:31:51 -04:00
2018-12-06 15:02:17 -05:00