summaryrefslogtreecommitdiff
path: root/css/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/select.c')
-rw-r--r--css/select.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/select.c b/css/select.c
index be090c0db..4054f6185 100644
--- a/css/select.c
+++ b/css/select.c
@@ -163,7 +163,7 @@ css_stylesheet *nscss_create_inline_style(const uint8_t *data, size_t len,
}
/**
- * Get a style for an element
+ * Get a style selection results (partial computed styles) for an element
*
* \param html HTML document
* \param n Element to select for
@@ -186,7 +186,6 @@ css_select_results *nscss_get_style(struct content *html, xmlNode *n,
error = css_select_style(html->data.html.select_ctx, n, media,
inline_style, &selection_handler, html, &styles);
if (error != CSS_OK) {
- css_select_results_destroy(styles);
return NULL;
}