Adding missing return statement at error condition

Authored by thomasfischer on Jul 20 2019, 6:43 PM.

Description

Adding missing return statement at error condition

Without the inserted return statement, the code would continue to run
and access and eventually return an already delete'd pointer to a
Macro object.

Details

Committed
thomasfischerNov 16 2019, 8:17 PM
Parents
R462:6b5cd4a9c05e: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown