Browse Source

Fix memory leak in html nodes.

tags/0.8.0
Vsevolod Stakhov 9 years ago
parent
commit
9a92839e4e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/libserver/html.c

+ 4
- 0
src/libserver/html.c View File

@@ -990,6 +990,10 @@ add_html_node (struct rspamd_task *task,
return FALSE;
}
}
else {
/* Destroy ignored nodes */
g_node_destroy (new);
}
}

return TRUE;

Loading…
Cancel
Save