Skip to content

Commit

Permalink
minor fix cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
berghetti committed Sep 18, 2023
1 parent 521f03c commit c94b7ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Legend:
- Bug fixed
! Known issue / missing feature

0.6.6 - 2023-9-18
- Minor fix in cleanup code.

0.6.5 - 2022-07-30
- bug count of time
- call to resolver_init being done unnecessarily in some cases
Expand Down
3 changes: 2 additions & 1 deletion src/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,6 @@ conn_free ( void *data )
void
connection_free ( void )
{
hashtable_min_detroy ( ht_connections, conn_free );
if ( ht_connections )
hashtable_min_detroy ( ht_connections, conn_free );
}

0 comments on commit c94b7ca

Please sign in to comment.