projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9bb77
)
Fixed segmentation fault in finding active element.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 9 Apr 2013 08:36:23 +0000
(10:36 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 9 Apr 2013 18:26:31 +0000
(20:26 +0200)
src/dom.c
patch
|
blob
|
history
diff --git
a/src/dom.c
b/src/dom.c
index
4043111
..
cd722ae
100644
(file)
--- a/
src/dom.c
+++ b/
src/dom.c
@@
-133,8
+133,6
@@
static Element *get_active_element(Document *doc)
g_free(tagname);
if (result) {
- g_free(active);
-
return result;
}