Explorar el Código

and clean up after myself

svn:r12930
Roger Dingledine hace 18 años
padre
commit
fe006ad880
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/or/directory.c

+ 1 - 0
src/or/directory.c

@@ -2616,6 +2616,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
       tor_free(header);
       goto done;
     }
+    tor_free(secret);
 
     /* all happy now. send an answer. */
     status = networkstatus_getinfo_by_purpose("bridge", time(NULL));