Skip to content

Commit

Permalink
Remove uneeded explicit frees in detail_free
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 10, 2014
1 parent bb1a775 commit 8d19eea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/detail.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,6 @@ void detail_free(rad_listen_t *this)
}
#endif

talloc_free(data->filename);
data->filename = NULL;
pairfree(&data->vps);

if (data->fp != NULL) {
fclose(data->fp);
data->fp = NULL;
Expand Down

0 comments on commit 8d19eea

Please sign in to comment.