Skip to content
Snippets Groups Projects
Commit 364996d6 authored by phil's avatar phil
Browse files

macos timer deinit fix

parent 600ed997
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,8 @@ void aes67_timer_init_system(void) ...@@ -42,7 +42,8 @@ void aes67_timer_init_system(void)
void aes67_timer_deinit_system(void) void aes67_timer_deinit_system(void)
{ {
dispatch_release(queue); if (queue)
dispatch_release(queue);
} }
void aes67_timer_init(struct aes67_timer *timer) void aes67_timer_init(struct aes67_timer *timer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment