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 0968ada..881c5f9 100644
--- a/src/runes.c
+++ b/src/runes.c
@@ -20,7 +20,7 @@ int main (int argc, char *argv[])
runes_loop_run(loop);
#ifdef RUNES_VALGRIND
- runes_loop_cleanup(loop);
+ runes_loop_delete(loop);
runes_window_backend_delete(wb);
#endif