Skip to content
Snippets Groups Projects
Commit 95c56618 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/modules/spider/spider.c:1.44
parent 1d8a1982
Branches
Tags
No related merge requests found
......@@ -1341,11 +1341,13 @@ void pike_module_exit(void)
{
int i;
#ifdef ENABLE_STREAMED_PARSER
if(streamed_parser)
{
free_program(streamed_parser);
streamed_parser=0;
}
#endif /* ENABLE_STREAMED_PARSER */
for(i=0; i<MAX_OPEN_FILEDESCRIPTORS; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment