Skip to content

Commit

Permalink
Free memory used by event_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani committed May 12, 2024
1 parent 6eea97d commit a9f9954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netlog/netlog-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ void manager_free(Manager *m) {
sd_event_source_unref(m->sigterm_event);
sd_event_source_unref(m->sigint_event);

sd_event_source_unref(m->event_retry);
sd_event_unref(m->event);
free(m);
}
Expand Down

0 comments on commit a9f9954

Please sign in to comment.