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:
committed by
Pekka Paalanen
parent
32aedb9fd6
commit
b64d411448
@@ -179,5 +179,6 @@ TEST(ivi_application_exists)
|
|||||||
|
|
||||||
testlog("Successful bind: %p\n", iviapp);
|
testlog("Successful bind: %p\n", iviapp);
|
||||||
|
|
||||||
|
ivi_application_destroy(iviapp);
|
||||||
client_destroy(client);
|
client_destroy(client);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user