Fix missing free w/ UV-lasso

This commit is contained in:
2018-10-04 11:03:45 +10:00
parent 3c8c1841d7
commit b36f17b8c2

View File

@@ -3544,6 +3544,7 @@ static bool do_lasso_select_mesh_uv(bContext *C, const int mcords[][2], short mo
}
}
}
MEM_freeN(objects);
return changed_multi;
}