summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 406288e..ac226ee 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -286,7 +286,9 @@ css_error css_stylesheet_destroy(css_stylesheet *sheet)
string_index++) {
lwc_string_unref(sheet->string_vector[string_index]);
}
- sheet->alloc(sheet->string_vector, 0, sheet->pw);
+
+ if (sheet->string_vector != NULL)
+ sheet->alloc(sheet->string_vector, 0, sheet->pw);
sheet->alloc(sheet, 0, sheet->pw);