diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-30 19:27:24 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:41 +0100 |
commit | e4486fd5f0aacb0c80ee49e89f4cd188a849291d (patch) | |
tree | 4389c7f4894f6a159fb88ef28608454f60b58f7a | |
parent | b18a801df3b0467f0c3c02eb055a7e19f8a879d5 (diff) |
base-modem: store the AT sequence context GDestroyNotify callback
-rw-r--r-- | src/mm-base-modem-at.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-base-modem-at.c b/src/mm-base-modem-at.c index e5ee4f39..c2a5cd20 100644 --- a/src/mm-base-modem-at.c +++ b/src/mm-base-modem-at.c @@ -261,6 +261,7 @@ mm_base_modem_at_sequence_in_port (MMBaseModem *self, mm_base_modem_at_sequence_in_port); ctx->current = ctx->sequence = sequence; ctx->response_processor_context = response_processor_context; + ctx->response_processor_context_free = response_processor_context_free; /* Go on with the first one in the sequence */ mm_at_serial_port_queue_command ( |