edje/multisense: free multisense output on shutdown

this comment has now been addressed

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11532
This commit is contained in:
Mike Blumenkrantz 2020-03-17 12:07:28 -04:00 committed by Marcel Hollerbach
parent 9324bcc361
commit d10882ef14
1 changed files with 1 additions and 2 deletions

View File

@ -354,8 +354,7 @@ _edje_multisense_shutdown(void)
} }
if (out) if (out)
{ {
// XXX: this causes an abort inside of pa!!!!! efl_unref(out);
//efl_unref(out);
out = NULL; out = NULL;
outs = 0; outs = 0;
} }