Skip to content

Commit

Permalink
Fix typo in fix (yes this does fix the ASAN error)
Browse files Browse the repository at this point in the history
  • Loading branch information
xchellx committed Oct 18, 2024
1 parent 9855da7 commit 44092a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stb_image_resize2.h
Original file line number Diff line number Diff line change
Expand Up @@ -6731,7 +6731,7 @@ static void stbir__free_internal_mem( stbir__info *info )
STBIR__FREE_AND_CLEAR( info->horizontal.coefficients );
STBIR__FREE_AND_CLEAR( info->horizontal.contributors );
STBIR__FREE_AND_CLEAR( info->alloced_mem );
STBIR_FREE( info );
STBIR_FREE( info, info->user_data );
#endif
}

Expand Down

0 comments on commit 44092a1

Please sign in to comment.