diff --git a/tests/ivi-shell-app-test.c b/tests/ivi-shell-app-test.c index cad2d859..65c5b0d3 100644 --- a/tests/ivi-shell-app-test.c +++ b/tests/ivi-shell-app-test.c @@ -179,5 +179,6 @@ TEST(ivi_application_exists) testlog("Successful bind: %p\n", iviapp); + ivi_application_destroy(iviapp); client_destroy(client); }