Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232842
b: refs/heads/master
c: 2674c15
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed Jan 30, 2011
1 parent f7f7aef commit 7b43654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dd58ddc6928f711d8fb7101182215a0f23cf41f1
refs/heads/master: 2674c15870f888cb732a564fc504ce17654afc64
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static struct vis_info *add_packet(struct bat_priv *bat_priv,
info);
if (hash_added < 0) {
/* did not work (for some reason) */
kref_put(&old_info->refcount, free_info);
kref_put(&info->refcount, free_info);
info = NULL;
}

Expand Down

0 comments on commit 7b43654

Please sign in to comment.