Commit 3dfb6b33 authored by Ben Laurie's avatar Ben Laurie
Browse files

Yet another resource leak. Coverity ID 123.

parent 48bd505c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2662,6 +2662,7 @@ static int do_multi(int multi)

		fclose(f);
		}
	free(fds);
	return 1;
	}
#endif