mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and a comment so i don't try to 'fix' it again later
svn:r2919
This commit is contained in:
@@ -349,6 +349,7 @@ void close_temp_logs(void)
|
||||
for (p = &logfiles; *p; ) {
|
||||
if ((*p)->is_temporary) {
|
||||
lf = *p;
|
||||
/* we use *p here to handle the edge case of the head of the list */
|
||||
*p = (*p)->next;
|
||||
close_log(lf);
|
||||
tor_free(lf->filename);
|
||||
|
||||
Reference in New Issue
Block a user