Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26789
b: refs/heads/master
c: 493e242
h: refs/heads/master
i:
  26787: c99e475
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed May 19, 2006
1 parent 2ffcb61 commit cd2f26f
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: a54c9d30dbb06391ec4422aaf0e1dc2c8c53bd3e
refs/heads/master: 493e2428aa1db0e592736ad15885c6ed1e81b8af
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_recent.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ checkentry(const char *tablename,
/* Create our proc 'status' entry. */
curr_table->status_proc = create_proc_entry(curr_table->name, ip_list_perms, proc_net_ipt_recent);
if (!curr_table->status_proc) {
vfree(hold);
printk(KERN_INFO RECENT_NAME ": checkentry: unable to allocate for /proc entry.\n");
/* Destroy the created table */
spin_lock_bh(&recent_lock);
Expand All @@ -845,7 +846,6 @@ checkentry(const char *tablename,
spin_unlock_bh(&recent_lock);
vfree(curr_table->time_info);
vfree(curr_table->hash_table);
vfree(hold);
vfree(curr_table->table);
vfree(curr_table);
return 0;
Expand Down

0 comments on commit cd2f26f

Please sign in to comment.