mshtml: Release owner in nsChannel destructor.

This commit is contained in:
Jacek Caban 2008-12-22 01:10:47 +01:00 committed by Alexandre Julliard
parent 7af33293a4
commit a47292a3ab
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ static nsrefcnt NSAPI nsChannel_Release(nsIHttpChannel *iface)
nsIChannel_Release(This->channel);
if(This->http_channel)
nsIHttpChannel_Release(This->http_channel);
if(This->owner)
nsISupports_Release(This->owner);
if(This->post_data_stream)
nsIInputStream_Release(This->post_data_stream);
if(This->load_group)