Skip to content

Commit

Permalink
Always set detail dstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 17, 2015
1 parent de8882a commit b487ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/detail.c
Expand Up @@ -1242,6 +1242,7 @@ int detail_socket_open(UNUSED CONF_SECTION *cs, rad_listen_t *this)
#else
int detail_socket_open(UNUSED CONF_SECTION *cs, UNUSED rad_listen_t *this)
{
talloc_set_destructor(data, _detail_free);
return 0;
}
#endif /* WITH_DETAIL_THREAD */
Expand Down

0 comments on commit b487ce8

Please sign in to comment.