[or-cvs] stop leaking that

arma at seul.org arma at seul.org
Sat Feb 11 23:16:15 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	directory.c 
Log Message:
stop leaking that


Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -p -d -r1.351 -r1.352
--- directory.c	11 Feb 2006 23:15:40 -0000	1.351
+++ directory.c	11 Feb 2006 23:16:13 -0000	1.352
@@ -1408,6 +1408,7 @@ directory_handle_command_get(connection_
     }
 
     note_request(url, dlen);
+    tor_free(url);
 
     debug(LD_DIRSERV,"Dumping %sdirectory to client.",
           deflated?"deflated ":"");



More information about the tor-commits mailing list