Fix leak in edge-offset

This commit is contained in:
Campbell Barton 2015-06-19 02:49:08 +10:00
parent a1e01fda24
commit d8cef42a14

@ -144,6 +144,7 @@ void bmo_offset_edgeloops_exec(BMesh *bm, BMOperator *op)
/* possible but unlikely we have no mixed vertices */
if (UNLIKELY(STACK_SIZE(verts) == 0)) {
MEM_freeN(verts);
return;
}