This commit is contained in:
XANTRONIX Development 2020-09-21 21:25:43 -05:00
parent 5e672c870f
commit 5a3147f0dc

View file

@ -52,7 +52,6 @@ void skipstone_service_destroy(skipstone_service *service) {
skipstone_map_destroy(service->endpoints, free);
free(service->buf);
free(service);
return;