Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f593881 authored by majianpeng's avatar majianpeng Committed by David S. Miller
Browse files

net/ipv4:Remove two memleak reports by kmemleak_not_leak.

parent 85bba52d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3514,6 +3514,6 @@ int __init ip_rt_init(void)
 */
 */
void __init ip_static_sysctl_init(void)
void __init ip_static_sysctl_init(void)
{
{
	register_sysctl_paths(ipv4_path, ipv4_skeleton);
	kmemleak_not_leak(register_sysctl_paths(ipv4_path, ipv4_skeleton));
}
}
#endif
#endif