aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-11 15:46:14 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-11 15:46:14 -0400
commit73e3ced47e332813df46cba97605a994845d286f (patch)
tree4cdca24db0996d495e9b3a82a9b65fc86ce826e7 /src/runes.c
parenteac99af9dc94af24ab4bd9b06e55a943fcea3391 (diff)
downloadrunes-73e3ced47e332813df46cba97605a994845d286f.tar.gz
runes-73e3ced47e332813df46cba97605a994845d286f.zip
and a couple more/:
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