AxisCommunications / docker-acap

ACAP application to add dockerd to a container capable Axis device
Apache License 2.0
15 stars 3 forks source link

Remove unnecessary cleanup of AXParameter callbacks #235

Closed killenheladagen closed 2 months ago

killenheladagen commented 2 months ago

There is no need to unregister AXParameter callbacks. The hash table used for storing them will free its contents in ax_parameter_free().

Checklist before requesting a review