Skip to content
Snippets Groups Projects
Commit 462ba822 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Plug memory leak

parent e98410cf
Loading
......@@ -4059,6 +4059,7 @@ config_suffixm( ConfigArgs *c, syncinfo_t *si )
rc = rewrite_parse( si->si_rewrite, c->fname, c->lineno, 4, argvRule );
ch_free( vnc );
ch_free( rnc );
return rc;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment