commit | e42de189e8eaf3dc93f22e88beca4f5b62ef336c | [log] [tgz] |
---|---|---|
author | John Snow <jsnow@redhat.com> | Mon Aug 04 17:11:25 2014 -0400 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Aug 15 18:03:13 2014 +0100 |
tree | 45326ef4d44b4e8cdacec58c2edf73abe4e909c4 | |
parent | 6ce7100e7ff986c1f214f6bccca89dfd7256d8ec [diff] |
qtest/ide: Fix small memory leak For libqos debugging purposes, it's nice to be able to assert that tests and associated libraries have no memory leaks. To that end, free up the trivial cmdline leak. The remaining leaks caused by pc_alloc_init are fixed instead by my first-fit pc_alloc implementation already on the qemu-devel mailing list. Signed-off-by: John Snow <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>