aboutsummaryrefslogtreecommitdiffstats
path: root/USER/USER.xs
diff options
context:
space:
mode:
Diffstat (limited to 'USER/USER.xs')
-rw-r--r--USER/USER.xs3
1 files changed, 1 insertions, 2 deletions
diff --git a/USER/USER.xs b/USER/USER.xs
index 6c34b65..bf10b64 100644
--- a/USER/USER.xs
+++ b/USER/USER.xs
@@ -469,8 +469,7 @@ void
Admin_DESTROY(self)
USER::ADMIN *self
CODE:
- if (self) lu_end(self) ;
- safefree((char*)self);
+ if (self) lu_end(self);
int
Admin_UserAdd(self, ent, is_system, dont_create_home)