diff options
author | Jason A. Donenfeld | 2014-01-17 13:53:02 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-01-17 13:53:02 +0100 |
commit | 9786f4613da38cb263e76263370d7816a9347149 (patch) | |
tree | 62f75bf4d48c28aa94211a58791202b95cc7d62a /filter.c | |
parent | 9999b0a3e915c76a52be433830660e803ef71cb0 (diff) | |
download | cgit-9786f4613da38cb263e76263370d7816a9347149.tar cgit-9786f4613da38cb263e76263370d7816a9347149.tar.gz cgit-9786f4613da38cb263e76263370d7816a9347149.zip |
filter: don't forget to reap the auth filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'filter.c')
-rw-r--r-- | filter.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ void cgit_cleanup_filters(void) reap_filter(ctx.cfg.commit_filter); reap_filter(ctx.cfg.source_filter); reap_filter(ctx.cfg.email_filter); + reap_filter(ctx.cfg.auth_filter); for (i = 0; i < cgit_repolist.count; ++i) { reap_filter(cgit_repolist.repos[i].about_filter); reap_filter(cgit_repolist.repos[i].commit_filter); |