Skip to content
Snippets Groups Projects
Commit 1551c1f2 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

calling sta_del() will free 's->de_sta'

parent 971df6f8
No related branches found
No related tags found
Loading
Pipeline #190887 passed
......@@ -525,7 +525,6 @@ static void cntlr_remove_sta(struct controller *c, struct node *n, struct sta *s
cntlr_clean_bcnreqlist_sta(c, s);
list_del(&s->list);
free(s->de_sta);
sta_del(c->sta_table, s->macaddr);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment