mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'origin/maint-0.2.3'
This commit is contained in:
commit
08436b27ff
1 changed files with 1 additions and 1 deletions
|
@ -4014,7 +4014,7 @@ tor_process_handle_destroy(process_handle_t *process_handle,
|
|||
fclose(process_handle->stderr_handle);
|
||||
#endif
|
||||
|
||||
memwipe(process_handle, 0x0f, sizeof(process_handle_t));
|
||||
memset(process_handle, 0x0f, sizeof(process_handle_t));
|
||||
tor_free(process_handle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue