summaryrefslogtreecommitdiff
path: root/src/cr-om-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-om-parser.c')
-rw-r--r--src/cr-om-parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cr-om-parser.c b/src/cr-om-parser.c
index ccc45b3..348cd1f 100644
--- a/src/cr-om-parser.c
+++ b/src/cr-om-parser.c
@@ -681,7 +681,6 @@ property (CRDocHandler * a_this,
decl2 = cr_declaration_append
(ctxt->cur_stmt->kind.ruleset->decl_list, decl);
if (!decl2) {
- cr_declaration_destroy (decl);
cr_utils_trace_info
("Could not append decl to ruleset");
goto error;
@@ -696,7 +695,6 @@ property (CRDocHandler * a_this,
(ctxt->cur_stmt->kind.font_face_rule->decl_list,
decl);
if (!decl2) {
- cr_declaration_destroy (decl);
cr_utils_trace_info
("Could not append decl to ruleset");
goto error;
@@ -709,7 +707,6 @@ property (CRDocHandler * a_this,
decl2 = cr_declaration_append
(ctxt->cur_stmt->kind.page_rule->decl_list, decl);
if (!decl2) {
- cr_declaration_destroy (decl);
cr_utils_trace_info
("Could not append decl to ruleset");
goto error;