patch: unlink list element for STUN attributes (for robustness)
This commit is contained in:
parent
0fb78bdb1b
commit
d5f9620f63
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ static void destructor(void *arg)
|
|||
mem_deref(attr->v.mb.buf);
|
||||
break;
|
||||
}
|
||||
|
||||
list_unlink(&attr->le);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue