diff options
Diffstat (limited to 'tests/pca9552-test.c')
-rw-r--r-- | tests/pca9552-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pca9552-test.c b/tests/pca9552-test.c index 89b4445e29..f9509324e2 100644 --- a/tests/pca9552-test.c +++ b/tests/pca9552-test.c @@ -96,7 +96,7 @@ int main(int argc, char **argv) if (s) { qtest_quit(s); } - g_free(i2c); + omap_i2c_free(i2c); return ret; } |