CESNET / Nemea-Framework

Nemea framework is the heart of the Nemea system. It contains implementation of common communication interfaces, UniRec data format and useful datastructures and algorithms.
11 stars 24 forks source link

pytrap: fixed memory leaks #182

Closed cejkato2 closed 3 years ago

cejkato2 commented 3 years ago

Fixed some memory leaks idenfified using valgrind and python3 setup.py test.

codecov-commenter commented 3 years ago

Codecov Report

Merging #182 (dd22320) into master (170ed76) will not change coverage. The diff coverage is n/a.

:exclamation: Current head dd22320 differs from pull request most recent head 5d1f0ca. Consider uploading reports for the commit 5d1f0ca to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   80.00%   80.00%           
=======================================
  Files           2        2           
  Lines          10       10           
=======================================
  Hits            8        8           
  Misses          2        2           
Flag Coverage Δ
tests 80.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 170ed76...5d1f0ca. Read the comment docs.