Kaydet (Commit) 1ffa92cf authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326333 Unguarded write

Change-Id: I94026a7b66a0cac01a1e42d8eee0ec7b4d5fc513
üst d35eac83
...@@ -81,7 +81,7 @@ public class LocalOfficeWindow ...@@ -81,7 +81,7 @@ public class LocalOfficeWindow
* *
* @param source The event object. * @param source The event object.
*/ */
public void disposing(EventObject source) public synchronized void disposing(EventObject source)
{ {
// the window will be disposed by the framework // the window will be disposed by the framework
mWindow = null; mWindow = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment