mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
We do not mix variable declarations and code
svn:r11233
This commit is contained in:
+2
-2
@@ -2207,12 +2207,12 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
|
||||
char *result;
|
||||
size_t len;
|
||||
struct mallinfo mi;
|
||||
memset(&mi, 0, sizeof(mi));
|
||||
smartlist_t *lines;
|
||||
char tmp[256];
|
||||
|
||||
memset(&mi, 0, sizeof(mi));
|
||||
mi = mallinfo();
|
||||
lines = smartlist_create();
|
||||
char tmp[256];
|
||||
|
||||
ADD_MALLINFO_LINE(arena)
|
||||
ADD_MALLINFO_LINE(ordblks)
|
||||
|
||||
Reference in New Issue
Block a user