diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/evas/include/evas_3d_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_3d_utils.h b/src/lib/evas/include/evas_3d_utils.h index ed1e91f975..413884a7b2 100644 --- a/src/lib/evas/include/evas_3d_utils.h +++ b/src/lib/evas/include/evas_3d_utils.h | |||
@@ -2927,6 +2927,7 @@ evas_tangent_space_get(float *data, float *tex_data, float *normal_data, unsigne | |||
2927 | 2927 | ||
2928 | memcpy(*tangent, tmp_tangent, (3 * vertex_count) * sizeof(float)); | 2928 | memcpy(*tangent, tmp_tangent, (3 * vertex_count) * sizeof(float)); |
2929 | free(tmp_tangent); | 2929 | free(tmp_tangent); |
2930 | free(plain); | ||
2930 | 2931 | ||
2931 | return; | 2932 | return; |
2932 | } | 2933 | } |