mirror of
https://github.com/processing/processing4.git
synced 2026-04-17 17:59:18 +02:00
Prevent possible duplicate deregistering
This commit is contained in:
@@ -162,6 +162,7 @@ public class Client implements Runnable {
|
||||
}
|
||||
if(isDisposeRegistered){
|
||||
parent.unregisterMethod("dispose", this);
|
||||
isDisposeRegistered = false;
|
||||
}
|
||||
dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user