mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1058331: Plug a leak in TransportLayerDtls::Setup, and remove a suppression. r=mt
This commit is contained in:
parent
52313e00a3
commit
e0a75522b5
@ -118,7 +118,7 @@ int32_t TransportLayerNSPRAdapter::Write(const void *buf, int32_t length) {
|
||||
|
||||
// Implementation of NSPR methods
|
||||
static PRStatus TransportLayerClose(PRFileDesc *f) {
|
||||
f->secret = nullptr;
|
||||
f->dtor(f);
|
||||
return PR_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user