From: Daniel Carl Date: Tue, 9 Apr 2013 08:36:23 +0000 (+0200) Subject: Fixed segmentation fault in finding active element. X-Git-Url: https://git.owens.tech/assets/static/git-favicon.png/assets/static/git-favicon.png/git?a=commitdiff_plain;h=d70c8ed40a4d3be788bf24d7f576ba1044b66c45;p=vimb.git Fixed segmentation fault in finding active element. --- diff --git a/src/dom.c b/src/dom.c index 4043111..cd722ae 100644 --- 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; }