Skip to content

Commit

Permalink
Avoid memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Nov 29, 2024
1 parent 62b3a29 commit 529eb1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/orbtop.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ void _flushHash( void )
for ( a = _r.addresses; a != NULL; a = hh.next )
{
hh = a->hh;
if ( a->n ) free( a->n );
free( a );
}

Expand Down

0 comments on commit 529eb1a

Please sign in to comment.