Cleanup: remove unnecessary use of MEM_SAFE_FREE macro

This commit is contained in:
Campbell Barton 2021-09-27 20:46:55 +10:00
parent 2c2e1b3d61
commit 95af9317f0
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ static void viewops_data_free(bContext *C, wmOperator *op)
}
if (vod->init.dial) {
MEM_SAFE_FREE(vod->init.dial);
MEM_freeN(vod->init.dial);
}
MEM_freeN(vod);