SuperDARN / rst

Radar Software Toolkit (RST)
https://superdarn.github.io/rst/
GNU General Public License v3.0
21 stars 16 forks source link

Fix memory leaks #576

Closed egthomas closed 10 months ago

egthomas commented 1 year ago

This pull request fixes a few memory leaks identified while using valgrind with some of the ROS code. To test, try various routines like make_fit, make_snd, make_grid, etc. - no noticeable functionality should change.

aburrell commented 10 months ago

@egthomas I'll let you delete the branch, if you're done with it.

egthomas commented 10 months ago

Thanks @aburrell!