ubusd: fix a memory leak on user/group client info
[project/ubus.git] / ubusd_acl.h
index 8464a01e18ec405bc9b8275b0e49acda9cc5ab5e..c5dfd8a9b3d553d00e48c206a53dee33893ac422 100644 (file)
@@ -22,6 +22,7 @@ enum ubusd_acl_type {
 
 int ubusd_acl_check(struct ubus_client *cl, const char *obj, const char *method, enum ubusd_acl_type type);
 int ubusd_acl_init_client(struct ubus_client *cl, int fd);
+void ubusd_acl_free_client(struct ubus_client *cl);
 void ubusd_acl_load(void);
 
 #endif