diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-25 20:45:34 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-01-25 20:45:34 +0100 |
commit | 93108fdb60641ec82f363be1a4ecb4be5f575607 (patch) | |
tree | 7d4e64e0e970c5ef2b8dae20e590af2f90d86071 | |
parent | 95249239a21870c85082306e7ac791979abc9a76 (diff) |
novatel: fix leaked 'GSimpleAsyncResult'
-rw-r--r-- | plugins/novatel/mm-broadband-modem-novatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/novatel/mm-broadband-modem-novatel.c b/plugins/novatel/mm-broadband-modem-novatel.c index 31a9cc31..5d6bdbd8 100644 --- a/plugins/novatel/mm-broadband-modem-novatel.c +++ b/plugins/novatel/mm-broadband-modem-novatel.c @@ -611,6 +611,7 @@ cnti_set_ready (MMBaseModem *self, snapshot_result_complete_simple (simple, mm_string_to_access_tech (p), MM_IFACE_MODEM_3GPP_ALL_ACCESS_TECHNOLOGIES_MASK); + g_object_unref (simple); } static void |