提交 7d8780e9 编写于 作者: K Kevin Pilch-Bisson

Dispose the HostDocument from the misc project when we stop tracking the file.

上级 5e1baba7
......@@ -350,6 +350,8 @@ private void DetachFromDocument(uint docCookie, string moniker)
_hostProjects.Remove(hostProject.Id);
_docCookiesToHostProject.Remove(docCookie);
document.Dispose();
return;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册