]> gitweb.factorcode.org Git - factor.git/commit
VM: add destructor to vm_parameters so that executable and image_path is
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 13 May 2016 21:12:16 +0000 (23:12 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 14 May 2016 16:21:49 +0000 (18:21 +0200)
commit7342d97e6ddacfc74d844fc86294879821683360
tree4d52c1a2ccaaa6d6f9679573301d61b2e78658d7
parent9555915e7b38756432275feb56e08475838128c2
VM: add destructor to vm_parameters so that executable and image_path is
free'd

Valgrind complained that those were leaking
vm/factor.cpp
vm/image.cpp
vm/image.hpp
vm/os-genunix.cpp