tests: fix leak in ivi-shell-app-test
Found by ASan. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
32aedb9fd6
commit
b64d411448
|
@ -179,5 +179,6 @@ TEST(ivi_application_exists)
|
|||
|
||||
testlog("Successful bind: %p\n", iviapp);
|
||||
|
||||
ivi_application_destroy(iviapp);
|
||||
client_destroy(client);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue