From a1f570781b0b24c3f7a943bdab74955e7d37a46c Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 29 Apr 2003 09:13:12 +0000 Subject: - hunting segfault --- USER/USER.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'USER') 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; }; -- cgit v1.2.1