summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/corestrings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/corestrings.c b/utils/corestrings.c
index 38da76d14..0afad9f4a 100644
--- a/utils/corestrings.c
+++ b/utils/corestrings.c
@@ -570,8 +570,10 @@ void corestrings_fini(void)
#undef CSS_DOM_STRING_UNREF
/* nsurl URLs */
- if (corestring_nsurl_about_blank != NULL)
+ if (corestring_nsurl_about_blank != NULL) {
nsurl_unref(corestring_nsurl_about_blank);
+ corestring_nsurl_about_blank = NULL;
+ }
}