Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
command. Bugfix on 0.2.0.5-alpha.
Backport candidate.
svn:r11864
file. Bugfix on 0.2.0.7-alpha.
- Fix a minor memory leak whenever we wrote out a file. Bugfix on
0.2.0.7-alpha.
+ - Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
+ command. Bugfix on 0.2.0.5-alpha.
o Code simplifications and refactoring:
- Make a bunch of functions static. Remove some dead code.
cookies?" COOKIEFILE=":"",
cookies?esc_cfile:"",
escaped(VERSION));
+ tor_free(methods);
tor_free(cfile);
tor_free(esc_cfile);
}