Update RELEASE.txt

This commit is contained in:
Dhanya Thattil 2020-12-04 14:33:11 +01:00 committed by GitHub
parent c8c7bca6e0
commit 511f5a7ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,9 @@ This document describes the differences between 5.0.2 and 5.0.1 releases.
Receiver
--------
1. Potentital Memory Leak if one called Implementation::setDetectorType
1. Current code only calls Implementation::setDetectorType from constructor,
but potential memory leak if called out of constructor context. Fixed.