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
nice tiny snmp agent. I'm using it to monitor my EDL21 capable power meter.
Anyway, I saw a memory leak. 'decode_oid' allocates a string which is never freed.
Hi Bjoern,
nice tiny snmp agent. I'm using it to monitor my EDL21 capable power meter.
Anyway, I saw a memory leak. 'decode_oid' allocates a string which is never freed.
Follwowing patch will fix it:
Regards
Gerd
PS:
My project: https://github.com/GBert/openwrt-misc/tree/master/sml-snmp-agent
The text was updated successfully, but these errors were encountered: