summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/radius/dict.c')
-rw-r--r--accel-pptpd/radius/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/radius/dict.c b/accel-pptpd/radius/dict.c
index 0d63a83..9704569 100644
--- a/accel-pptpd/radius/dict.c
+++ b/accel-pptpd/radius/dict.c
@@ -269,7 +269,7 @@ void rad_dict_free(struct rad_dict_t *dict)
_free((char*)attr->name);
_free(attr);
}
- _free(dict);
+ free(dict);
}
static struct rad_dict_attr_t *dict_find_attr(struct list_head *items, const char *name)