You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory leaks must be fixed as these could exhaust memory in long-running data acquisitions. For this we could check the uca-grab binary with the following command
Check the valgrind.log file for suspicious memory accesses and leaks. If everything looks alright, turn --show-possibly-lost off and check again. Most false positives will come from GLib and GObject though.