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
thomasfischerJul 20 2019, 6:43 PM
Parents
R462:2d32dc0e14cb: Removing obsolete #ifdef for old KIO library
Branches
Unknown
Tags
Unknown