summaryrefslogtreecommitdiffstats
path: root/src/gc-anchored.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc-anchored.cpp')
-rw-r--r--src/gc-anchored.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc-anchored.cpp b/src/gc-anchored.cpp
index 3ce6eff7b..d70a55405 100644
--- a/src/gc-anchored.cpp
+++ b/src/gc-anchored.cpp
@@ -74,7 +74,7 @@ void Anchored::release() const {
g_return_if_fail(_anchor);
if (!--_anchor->refcount) {
_free_anchor(_anchor);
- _anchor = NULL;
+ _anchor = nullptr;
}
}