diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-28 15:47:38 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-28 15:50:43 +0200 |
commit | b29eb54080aeefbab838b523890af0eee567d948 (patch) | |
tree | 52d86d30b48eca4fc066ba6b2a2b41f43cc42fd2 /src | |
parent | 121c543711c44c536b82da3fd1079f779fe505d0 (diff) |
sim: plug memleak
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-sim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-sim.c b/src/mm-sim.c index 335c33f8..52446907 100644 --- a/src/mm-sim.c +++ b/src/mm-sim.c @@ -503,6 +503,7 @@ send_pin_puk_context_complete_and_free (SendPinPukContext *ctx) g_simple_async_result_complete (ctx->result); g_object_unref (ctx->result); g_object_unref (ctx->self); + g_free (ctx); } static GError * |