1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

fix a memleak in broadcom-diag (#1780)

SVN-Revision: 7683
This commit is contained in:
Felix Fietkau 2007-06-20 21:52:55 +00:00
parent 625e17c6a1
commit fa799b9b4c

@ -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;
}