Fix memory corruption in the MM
authorLars Knoll <lars.knoll@digia.com>
Tue, 22 Jan 2013 16:24:25 +0000 (17:24 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Tue, 22 Jan 2013 20:16:38 +0000 (21:16 +0100)
commitf89a0b12b02bf6d74993e1b750a9fc210c5fa30c
tree48bfb66db53c31848bd97c85a795aaea5ce92cd4
parent9c4e3acb7c95ec894cd50e7ccd7cada510279fee
Fix memory corruption in the MM

We never free objects ourselves anymore, and the code here
would only lead us appending the last object in the free
list a second time.

Change-Id: I2aa7bd10fbb0990c990d6948124443d222cf82f5
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4mm.cpp
tests/TestExpectations