Skip to content

Commit

Permalink
tests: fix eepro100-test leak
Browse files Browse the repository at this point in the history
Spotted by ASAN.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
elmarco committed Mar 1, 2017
1 parent f0c9d64 commit 6afff1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/eepro100-test.c
Expand Up @@ -54,6 +54,7 @@ int main(int argc, char **argv)

path = g_strdup_printf("eepro100/%s", models[i]);
qtest_add_data_func(path, models[i], test_device);
g_free(path);
}

return g_test_run();
Expand Down

0 comments on commit 6afff1f

Please sign in to comment.