mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
Bug 1058331: Plug a leak in TransportLayerDtls::Setup, and remove a suppression. r=mt
This commit is contained in:
parent
0da4f6fa16
commit
d731dc2940
@ -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