Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159221
b: refs/heads/master
c: 4794323
h: refs/heads/master
i:
  159219: 92fde63
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jul 27, 2009
1 parent 41954d9 commit 71f4f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 463889e27e6f4f097374a6c9de5611f520766dad
refs/heads/master: 479432344420bc9a868088e346fecb6765e2b674
6 changes: 2 additions & 4 deletions trunk/net/netlabel/netlabel_kapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ int netlbl_cfg_unlbl_map_add(const char *domain,
return 0;

cfg_unlbl_map_add_failure:
if (entry != NULL)
kfree(entry->domain);
kfree(entry->domain);
kfree(entry);
kfree(addrmap);
kfree(map4);
Expand Down Expand Up @@ -385,8 +384,7 @@ int netlbl_cfg_cipsov4_map_add(u32 doi,

cfg_cipsov4_map_add_failure:
cipso_v4_doi_putdef(doi_def);
if (entry != NULL)
kfree(entry->domain);
kfree(entry->domain);
kfree(entry);
kfree(addrmap);
kfree(addrinfo);
Expand Down

0 comments on commit 71f4f48

Please sign in to comment.