Kaydet (Commit) b5f08b33 authored tarafından Michael Meeks's avatar Michael Meeks

remove erroneous new disposeAndClear.

Change-Id: Ib593f05447a8a657649ef83febb4ef0e5b6476dd
üst 4ce5a6e2
...@@ -497,7 +497,6 @@ void Window::dispose() ...@@ -497,7 +497,6 @@ void Window::dispose()
// release SalGraphics // release SalGraphics
OutputDevice *pOutDev = GetOutDev(); OutputDevice *pOutDev = GetOutDev();
pOutDev->ReleaseGraphics(); pOutDev->ReleaseGraphics();
mpOutputDevice.disposeAndClear();
// notify ImplDelData subscribers of this window about the window deletion // notify ImplDelData subscribers of this window about the window deletion
ImplDelData* pDelData = mpWindowImpl->mpFirstDel; ImplDelData* pDelData = mpWindowImpl->mpFirstDel;
......
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