Fix selection with image planes

This commit is contained in:
Campbell Barton 2018-04-25 19:00:55 +02:00
parent ce7c6e3894
commit 81f19b0c5f
1 changed files with 1 additions and 0 deletions

View File

@ -2276,6 +2276,7 @@ static void OBJECT_draw_scene(void *vedata)
/* This has to be freed only after drawing empties! */
if (stl->g_data->image_plane_map) {
BLI_ghash_free(stl->g_data->image_plane_map, NULL, MEM_freeN);
stl->g_data->image_plane_map = NULL;
}
}