all: fix memory leaks
This commit is contained in:
parent
e212e0b8b1
commit
9904717c71
18 changed files with 149 additions and 10 deletions
|
|
@ -588,6 +588,9 @@ impl Client {
|
|||
handler();
|
||||
}
|
||||
}
|
||||
ServerMessage::Clear => {
|
||||
// only used by test config
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ pub enum ServerMessage {
|
|||
TimerExpired {
|
||||
timer: Timer,
|
||||
},
|
||||
Clear,
|
||||
}
|
||||
|
||||
#[derive(Encode, BorrowDecode, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue