[PHP-DEV] Bug #501: efree called twice in _close_oraconn From: growler <email protected>
Date: 07/02/98

From: growler <email protected>
Operating system: Linux
PHP version: 3.0 Final Release
PHP Bug Type: Oracle related
Bug description:
--- oracle.c.orig Thu Jun 4 19:05:00 1998
+++ oracle.c Thu Jul 2 17:52:40 1998
@@ -213,7 +213,6 @@
   ologof(&conn->lda);
   efree(conn);
   ORACLE_GLOBAL(php3_oracle_module).num_links--;
- efree(conn);
 }

 static void _close_orapconn(oraConnection *conn)