Skip to content

Commit

Permalink
Merge pull request #1685 from furiel/file-opener-leak
Browse files Browse the repository at this point in the history
affile-dest: missing free for file-opener
  • Loading branch information
lbudai committed Sep 20, 2017
2 parents df0cce3 + 18cee58 commit d76985d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/affile/affile-dest.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ affile_dd_free(LogPipe *s)
log_template_unref(self->filename_template);
log_writer_options_destroy(&self->writer_options);
file_opener_options_deinit(&self->file_opener_options);
file_opener_free(self->file_opener);
log_dest_driver_free(s);
}

Expand Down

0 comments on commit d76985d

Please sign in to comment.