diff options
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r-- | x11vnc/user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c index e9028ba..f09fbb9 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -2769,6 +2769,7 @@ if (db) fprintf(stderr, "\n"); clean_up_exit(1); } n = fread(line2, 1, 16384, p); + pclose(p); } if (tmp_fd >= 0) { unlink(tmp); |