T
twostars
N3ME: Fix shutdown behaviour
Shutdown shouldn't be invoking Release() here, in some cases twice.
Release() tends to reset, which can involve UI operations which may not be valid at this point.
We should just explicitly free instead.
Github Commit Görüntüle...
See Commints...
..
Shutdown shouldn't be invoking Release() here, in some cases twice.
Release() tends to reset, which can involve UI operations which may not be valid at this point.
We should just explicitly free instead.
Github Commit Görüntüle...
See Commints...
..