Fix missing free

This commit is contained in:
Campbell Barton
2018-09-27 16:32:04 +10:00
parent da96336e5f
commit 5afe91c504

View File

@@ -5436,6 +5436,7 @@ static int edbm_dissolve_degenerate_exec(bContext *C, wmOperator *op)
totelem_new[1] += bm->totedge;
totelem_new[2] += bm->totface;
}
MEM_freeN(objects);
edbm_report_delete_info(op->reports, totelem_old, totelem_new);