Skip to content

Commit

Permalink
tests: fix leak in ivi-shell-app-test
Browse files Browse the repository at this point in the history
Found by ASan.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
  • Loading branch information
Pekka Paalanen authored and ppaalanen committed Jun 16, 2021
1 parent 32aedb9 commit b64d411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ivi-shell-app-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@ TEST(ivi_application_exists)

testlog("Successful bind: %p\n", iviapp);

ivi_application_destroy(iviapp);
client_destroy(client);
}

0 comments on commit b64d411

Please sign in to comment.