Clean up dispatch hander on exit

pull/42/head
Andri Yngvason 2020-07-06 16:43:53 +00:00
parent 52e30e795b
commit 9b54f6d936
1 changed files with 1 additions and 0 deletions

View File

@ -912,6 +912,7 @@ void nvnc_close(struct nvnc* self)
}
#endif
aml_unref(self->dispatch_handler);
aml_unref(self->poll_handle);
free(self);
}