reset priv data pointer after free
This commit is contained in:
parent
d79bbe3a55
commit
341a062c4a
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ transport_stop(th_transport_t *t, int flush_subscriptions)
|
|||
st->st_ctx = NULL;
|
||||
|
||||
free(st->st_priv);
|
||||
st->st_priv = NULL;
|
||||
|
||||
/* Clear reassembly buffer */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue