提交 231671b9 编写于 作者: B Ben Laurie

Resource leak.

上级 4f1a0b2c
......@@ -2658,6 +2658,8 @@ static int do_multi(int multi)
else
fprintf(stderr,"Unknown type '%s' from child %d\n",buf,n);
}
fclose(f);
}
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册