tests: fix leak in ivi-shell-app-test

Found by ASan.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 3 years ago committed by Pekka Paalanen
parent 32aedb9fd6
commit b64d411448
  1. 1
      tests/ivi-shell-app-test.c

@ -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);
} }

Loading…
Cancel
Save