coverity#1326333 Unguarded write
Change-Id: I94026a7b66a0cac01a1e42d8eee0ec7b4d5fc513
This commit is contained in:
parent
d35eac83ab
commit
1ffa92cfe3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class LocalOfficeWindow
|
|||
*
|
||||
* @param source The event object.
|
||||
*/
|
||||
public void disposing(EventObject source)
|
||||
public synchronized void disposing(EventObject source)
|
||||
{
|
||||
// the window will be disposed by the framework
|
||||
mWindow = null;
|
||||
|
|
Loading…
Reference in a new issue