Skip to content

Commit 52f9f08

Browse files
committed
Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown)
1 parent 3329c6d commit 52f9f08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

interbase.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,6 @@ PHP_MINFO_FUNCTION(ibase)
833833
info_func(s = tmp);
834834
}
835835
php_info_print_table_row(2, "Run-time Client Library Version", s);
836-
#ifdef PHP_WIN32
837-
FreeLibrary(l);
838-
#endif
839836
} while (0);
840837
#endif
841838
php_info_print_table_end();

0 commit comments

Comments
 (0)