diff options
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); } |