f0c6bb2 SessionSpice: Protect against unreffing window twice

Authored and Committed by jjongsma 9 years ago
    SessionSpice: Protect against unreffing window twice
    
    In theory, the dispose method can be called multiple times, so any
    member variables that are unreffed should be set to NULL so that we
    don't accidentally unref them multiple times.