mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Fix oss-fuzz 58270
Memory leak regression in unreleased code.
This commit is contained in:
parent
b3b9d1f11b
commit
6eaf6e594f
|
|
@ -98,6 +98,7 @@ int base64__decode(const char *in, unsigned char **decoded, unsigned int *decode
|
|||
}
|
||||
}
|
||||
}
|
||||
BIO_free_all(b64);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue