fix a memleak in broadcom-diag (#1780)

SVN-Revision: 7683
owl
Felix Fietkau 2007-06-20 21:52:55 +00:00
parent 625e17c6a1
commit fa799b9b4c
1 changed files with 1 additions and 0 deletions

View File

@ -912,6 +912,7 @@ static ssize_t diag_proc_read(struct file *file, char *buf, size_t count, loff_t
len = 0;
}
kfree(page);
return len;
}