test-sms: Fix a memory leak

This commit is contained in:
Denis Kenzior 2010-07-08 13:36:26 -05:00
parent f0a343e482
commit 98a8b4ecff
1 changed files with 1 additions and 0 deletions

View File

@ -1210,6 +1210,7 @@ static void test_sr_assembly()
g_assert(id == 42);
g_assert(delivered == TRUE);
status_report_assembly_free(sra);
}
int main(int argc, char **argv)