mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Fix freeing peer state (Issue #121)
This commit is contained in:
parent
3812587a31
commit
576e95e2cd
@ -389,6 +389,7 @@ void sync_free_peer_state(struct sync_state *state, void *peer_context){
|
||||
free(free_peer);
|
||||
return;
|
||||
}
|
||||
peer_state = &(*peer_state)->next;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user