Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0f487987
Commit
0f487987
authored
Nov 22, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Get rid of unneeded parent from NSContainer.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3dd152dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-1
nsembed.c
dlls/mshtml/nsembed.c
+0
-2
No files found.
dlls/mshtml/mshtml_private.h
View file @
0f487987
...
@@ -697,7 +697,6 @@ struct NSContainer {
...
@@ -697,7 +697,6 @@ struct NSContainer {
nsWeakReference
*
weak_reference
;
nsWeakReference
*
weak_reference
;
NSContainer
*
parent
;
HTMLDocumentObj
*
doc
;
HTMLDocumentObj
*
doc
;
nsIURIContentListener
*
content_listener
;
nsIURIContentListener
*
content_listener
;
...
...
dlls/mshtml/nsembed.c
View file @
0f487987
...
@@ -1336,8 +1336,6 @@ static nsrefcnt NSAPI nsWebBrowserChrome_Release(nsIWebBrowserChrome *iface)
...
@@ -1336,8 +1336,6 @@ static nsrefcnt NSAPI nsWebBrowserChrome_Release(nsIWebBrowserChrome *iface)
TRACE
(
"(%p) ref=%d
\n
"
,
This
,
ref
);
TRACE
(
"(%p) ref=%d
\n
"
,
This
,
ref
);
if
(
!
ref
)
{
if
(
!
ref
)
{
if
(
This
->
parent
)
nsIWebBrowserChrome_Release
(
&
This
->
parent
->
nsIWebBrowserChrome_iface
);
if
(
This
->
weak_reference
)
{
if
(
This
->
weak_reference
)
{
This
->
weak_reference
->
nscontainer
=
NULL
;
This
->
weak_reference
->
nscontainer
=
NULL
;
nsIWeakReference_Release
(
&
This
->
weak_reference
->
nsIWeakReference_iface
);
nsIWeakReference_Release
(
&
This
->
weak_reference
->
nsIWeakReference_iface
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment