Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: fix small memory leak
  • Loading branch information
perexg committed Oct 1, 2015
1 parent 589f564 commit 94f6c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Expand Up @@ -1651,6 +1651,7 @@ void config_done ( void )
free(config.full_version);
free(config.server_name);
free(config.language);
free(config.language_ui);
free(config.info_area);
free(config.muxconf_path);
free(config.chicon_path);
Expand Down

0 comments on commit 94f6c73

Please sign in to comment.