Skip to content

Commit

Permalink
Remove duplicate free in acct.c for *pak
Browse files Browse the repository at this point in the history
Summary:
- Remove duplicate free causing stack trace
- tac_plus.c was always free'ing pak - No need to do it in accounting
  function

Reviewers: dgadling

Test Plan:
- Rerun on devserver + test in prod

Task ID: #4193634
  • Loading branch information
cooperlees committed May 27, 2014
1 parent cdfe0f8 commit 311ba5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tacacs+-F4.0.4.19/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ accounting(u_char *pak)
}

account(pak);

free(pak);
}

static void
Expand Down

0 comments on commit 311ba5b

Please sign in to comment.