diff options
author | Ben Chan <benchan@chromium.org> | 2014-06-02 14:26:59 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-06-03 10:51:51 +0200 |
commit | 7c389511d8d1f86facf93f8884526386457fac85 (patch) | |
tree | 07e71518de26357a6bd5b21d392e79621b3a3edf /src/tests/test-sms-part-3gpp.c | |
parent | 830ef27bac5e3ba54bb3f273b7e3f8b98f572a87 (diff) |
tests: fix more memory leaks
Diffstat (limited to 'src/tests/test-sms-part-3gpp.c')
-rw-r--r-- | src/tests/test-sms-part-3gpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test-sms-part-3gpp.c b/src/tests/test-sms-part-3gpp.c index dc470d75..21822f09 100644 --- a/src/tests/test-sms-part-3gpp.c +++ b/src/tests/test-sms-part-3gpp.c @@ -360,6 +360,7 @@ test_pdu_insufficient_data (void) g_assert (part == NULL); /* We don't care for the specific error type */ g_assert (error != NULL); + g_error_free (error); g_free (hexpdu); } |