base-modem: store the AT sequence context GDestroyNotify callback

This commit is contained in:
Aleksander Morgado
2011-12-30 19:27:24 +01:00
parent b18a801df3
commit e4486fd5f0

View File

@@ -261,6 +261,7 @@ mm_base_modem_at_sequence_in_port (MMBaseModem *self,
mm_base_modem_at_sequence_in_port); mm_base_modem_at_sequence_in_port);
ctx->current = ctx->sequence = sequence; ctx->current = ctx->sequence = sequence;
ctx->response_processor_context = response_processor_context; 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 */ /* Go on with the first one in the sequence */
mm_at_serial_port_queue_command ( mm_at_serial_port_queue_command (