http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352e0ec
)
mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.
author
Jacek Caban
<jacek@codeweavers.com>
Mon, 8 Feb 2010 20:49:11 +0000
(21:49 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 9 Feb 2010 10:34:43 +0000
(11:34 +0100)
dlls/mshtml/htmlform.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/htmlform.c
b/dlls/mshtml/htmlform.c
index 05486f4d693e5607421e00ff5755abaeeea5881f..68860560148432caab635ec877ab93dbd4c42c07 100644
(file)
--- a/
dlls/mshtml/htmlform.c
+++ b/
dlls/mshtml/htmlform.c
@@
-414,7
+414,6
@@
static HRESULT HTMLFormElement_get_dispid(HTMLDOMNode *iface,
hres = S_OK;
break;
}
- nsAString_Finish(&nsstr);
}
nsAString_Finish(&nsname);
nsAString_Finish(&nsstr);