aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runes.c')
-rw-r--r--src/runes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runes.c b/src/runes.c
index b59ab33..0968ada 100644
--- a/src/runes.c
+++ b/src/runes.c
@@ -21,7 +21,7 @@ int main (int argc, char *argv[])
#ifdef RUNES_VALGRIND
runes_loop_cleanup(loop);
- runes_window_backend_global_cleanup(wg);
+ runes_window_backend_delete(wb);
#endif
return 0;