diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-20 12:24:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:26 +0200 |
commit | 63a45f808260f3138b595bf9b250d2a212cb83d4 (patch) | |
tree | aa2a7ab7920490ec3ced9a27890ef82ea15e4a90 /docs/reference/api | |
parent | d065dd572b3abb5e76467abe1140bf2010fe6fbb (diff) |
hso: avoid trying to use an already freed context
In the connection sequence, we keep the context in the private info of the
Bearer object, so that we can complete and free it when we receive OWANCALL
unsolicited messages. Now, the reply of the OWANCALL itself may get processed
as an unsolicited message, so effectively we're processing and finishing the
connection/disconnection context *before* we process the reply of the AT
command.
This patch ensures that we do not try to re-use the connection context after it
has been processed by the unsolicited messages handler.
Diffstat (limited to 'docs/reference/api')
0 files changed, 0 insertions, 0 deletions