summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui_factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 24de1ffb8..df88b8c34 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -477,6 +477,9 @@ static nserror verify_llcache_register(struct gui_llcache_table *glt)
if (glt->invalidate == NULL) {
return NSERROR_BAD_PARAMETER;
}
+ if (glt->release == NULL) {
+ return NSERROR_BAD_PARAMETER;
+ }
if (glt->initialise == NULL) {
return NSERROR_BAD_PARAMETER;
}