ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Fix memory leak #120

Closed PProfizi closed 2 years ago

PProfizi commented 2 years ago

This fixes a memory leak found when testing for compatibility with PyDPF-Core 0.5.dev2 which has a server InProcess by default and caused crashes due to bad handling of memory which was not detected via gRPC.

codecov[bot] commented 2 years ago

Codecov Report

Merging #120 (6ae3415) into master (ad8d1dc) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   82.12%   82.20%   +0.07%     
==========================================
  Files          26       26              
  Lines        1343     1349       +6     
==========================================
+ Hits         1103     1109       +6     
  Misses        240      240