mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix a bogus free() in eventdns.c. Bug reported by xiando.
svn:r8428
This commit is contained in:
parent
93beeac01d
commit
4bc42f4c18
@ -1566,7 +1566,7 @@ request_new(int type, const char *name, int flags, eventdns_callback_type callba
|
||||
|
||||
return req;
|
||||
err1:
|
||||
free(req->request);
|
||||
free(req);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user