all: fix memory leaks
This commit is contained in:
parent
e212e0b8b1
commit
9904717c71
18 changed files with 149 additions and 10 deletions
|
|
@ -108,6 +108,10 @@ impl ConfigProxy {
|
|||
pub fn graphics_initialized(&self) {
|
||||
self.send(&ServerMessage::GraphicsInitialized);
|
||||
}
|
||||
|
||||
pub fn clear(&self) {
|
||||
self.send(&ServerMessage::Clear);
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for ConfigProxy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue