Skip to content

Commit

Permalink
pipe: modules: i-hdr: Use stdlib.h instead of deprecated malloc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaZulberti committed Nov 25, 2024
1 parent bdacff5 commit e25dc09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pipe/modules/i-hdr/rgbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,3 @@ int RGBE_ReadPixels_RLE(FILE *fp, float *data, int scanline_width,
free(scanline_buffer);
return RGBE_RETURN_SUCCESS;
}

0 comments on commit e25dc09

Please sign in to comment.