Mercurial > hg > orthanc-python
diff NEWS @ 118:7f8f26ef5006
fix memory leaks
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 28 Aug 2023 16:44:41 +0200 |
parents | 32a67788a336 |
children | cf6decdf9e15 |
line wrap: on
line diff
--- a/NEWS Mon Aug 28 16:18:37 2023 +0200 +++ b/NEWS Mon Aug 28 16:44:41 2023 +0200 @@ -2,7 +2,8 @@ =============================== Maintenance: -* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods +* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, + in IncomingHttpRequestFilter and in the CMove callback. * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11