Skip to content

Commit

Permalink
lib: Free global_event_stack array at deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Aug 22, 2018
1 parent 0449b58 commit e7dd8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/lib-event.c
Expand Up @@ -912,4 +912,5 @@ void lib_event_deinit(void)
array_free(&event_handlers);
array_free(&event_category_callbacks);
array_free(&event_registered_categories);
array_free(&global_event_stack);
}

0 comments on commit e7dd8e4

Please sign in to comment.