summaryrefslogtreecommitdiff
path: root/Userland/guitest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/guitest.cpp')
-rw-r--r--Userland/guitest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/guitest.cpp b/Userland/guitest.cpp
index 8f48a5cc75..b6a0401f42 100644
--- a/Userland/guitest.cpp
+++ b/Userland/guitest.cpp
@@ -30,6 +30,7 @@ int main(int argc, char** argv)
return 1;
}
+ // NOTE: We never release the backing store. This is just a simple app. :^)
GUI_WindowBackingStoreInfo backing;
int rc = gui_get_window_backing_store(window_id, &backing);
if (rc < 0) {