Skip to content

Commit

Permalink
Add a missing call to free()
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoskiv committed Jan 22, 2020
1 parent 0a527ec commit e553930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c-ray.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ void crDestroyRenderer() {
freeRenderer(grenderer);
if (currentImage) {
freeTexture(currentImage);
free(currentImage);
}
}

Expand Down

0 comments on commit e553930

Please sign in to comment.