Commit d6ea9da0 authored by Linus Torvalds's avatar Linus Torvalds Committed by David S. Miller

The coverity source checker is wrong. Revert some of the "leak fixes".

Thanks to Davem for noticing. We probably should _not_ trust the
coverity reports that much.

Cset exclude: davej@redhat.com[torvalds]|ChangeSet|20040902213928|62770
Cset exclude: davej@redhat.com[torvalds]|ChangeSet|20040902213829|63705
parent 232cebfb
......@@ -2374,7 +2374,6 @@ int __init atyfb_init(void)
}
}
#endif /* CONFIG_ATARI */
kfree(info);
return 0;
}
......
......@@ -1272,9 +1272,6 @@ static int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
sock->state = SS_CONNECTED;
if (digi != NULL)
kfree(digi);
err=0;
out:
release_sock(sk);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment