input: single_open() leak

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2013-05-05 00:12:56 -04:00
parent 2e7718cf7f
commit 9b3a0a6f8c
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ static const struct file_operations hp_sdc_rtc_proc_fops = {
.open = hp_sdc_rtc_proc_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = single_release,
};
static int hp_sdc_rtc_ioctl(struct file *file,