Fix two memory leaks:
authormartijn <martijn@openbsd.org>
Mon, 18 Dec 2023 09:42:57 +0000 (09:42 +0000)
committermartijn <martijn@openbsd.org>
Mon, 18 Dec 2023 09:42:57 +0000 (09:42 +0000)
commit063971dd14138bcefaa9e21a703a3c156c3c045c
tree44d8ff4a0b5b5cb8a0ac47e448f8620b8d54e92f
parentaeab8fe0aafabfb19384dbffab319b32735102a8
Fix two memory leaks:
- MIB_snmpInReadOnlys was tried to be registered twice, leading to a leak
  of the second instance. Prevent this mistake in the future by making a
  double registration fatal.
- The response buffer is owned by the backend, so the backend must also
  free it.

OK tb@
usr.sbin/snmpd/application_internal.c