Skip to content

Commit

Permalink
free Material 'shadow_material_double_sided' on ::finish()
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a99983)
  • Loading branch information
MSC authored and akien-mga committed Apr 6, 2016
1 parent 48438e4 commit 43c7405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gles2/rasterizer_gles2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10998,6 +10998,7 @@ void RasterizerGLES2::finish() {

free(default_material);
free(shadow_material);
free(shadow_material_double_sided);
free(canvas_shadow_blur);
free( overdraw_material );
}
Expand Down

0 comments on commit 43c7405

Please sign in to comment.