Skip to content

Commit

Permalink
net/ipv4:Remove two memleak reports by kmemleak_not_leak.
Browse files Browse the repository at this point in the history
Signed-off-by: majianpeng <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
majianpeng authored and davem330 committed Apr 18, 2012
1 parent 85bba52 commit 7f59388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -3514,6 +3514,6 @@ int __init ip_rt_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

0 comments on commit 7f59388

Please sign in to comment.