mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'public/bug11437_024' into maint-0.2.4
This commit is contained in:
commit
47f7085de7
3
changes/bug11437
Normal file
3
changes/bug11437
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes:
|
||||
- Stop leaking memory when we successfully resolve a PTR record.
|
||||
Fixes bug 11437; bugfix on 0.2.4.7-alpha.
|
@ -1352,6 +1352,7 @@ inform_pending_connections(cached_resolve_t *resolve)
|
||||
}
|
||||
resolve->pending_connections = pend->next;
|
||||
tor_free(pend);
|
||||
tor_free(hostname);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user