Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186571
b: refs/heads/master
c: acdfd0e
h: refs/heads/master
i:
  186569: bc77348
  186567: 79c65ef
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 188d160 commit c79746d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23a51a8061567a47347ade59edf2a0bde0eece30
refs/heads/master: acdfd0e088502dc225f594b5a5598cab53ffd375
3 changes: 1 addition & 2 deletions trunk/drivers/staging/batman-adv/hard-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ int hardif_add_interface(char *dev, int if_num)
return 1;

out:
if (batman_if->packet_buff)
kfree(batman_if->packet_buff);
kfree(batman_if->packet_buff);
kfree(batman_if);
kfree(dev);
return -1;
Expand Down

0 comments on commit c79746d

Please sign in to comment.