diff options
-rw-r--r-- | USER/USER.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/USER/USER.xs b/USER/USER.xs index 6c2efff..33a7a05 100644 --- a/USER/USER.xs +++ b/USER/USER.xs @@ -91,7 +91,7 @@ void Admin_DESTROY(self) USER::ADMIN *self CODE: - if (self != NULL) { + if (self) { lu_end(self); self = NULL; }; |