diff options
-rw-r--r-- | src/glibext/singleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/singleton.c b/src/glibext/singleton.c index 4930323..0a50d19 100644 --- a/src/glibext/singleton.c +++ b/src/glibext/singleton.c @@ -292,7 +292,7 @@ GSingletonCandidate *g_singleton_candidate_dup(const GSingletonCandidate *candid for (i = 0; i < count; i++) { new_children[i] = g_singleton_candidate_dup(children[i]); - + assert(!g_singleton_candidate_is_read_only(new_children[i])); } |