summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/journals.c4
m---------thunk_h0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/journals.c b/src/journals.c
index 74c44dd..8211b6f 100644
--- a/src/journals.c
+++ b/src/journals.c
@@ -712,12 +712,12 @@ THUNK_DEFINE(journals_for_each, journals_t **, journals, journal_t **, journal_i
r = thunk_dispatch_keep(closure);
if (r < 0) {
- free(closure);
+ thunk_free(closure);
return r;
}
}
- free(closure);
+ thunk_free(closure);
return 0;
}
diff --git a/thunk_h b/thunk_h
-Subproject 070e8c57d5829e9b429f698c329a6d0b0d4d071
+Subproject 22ea32f0f945509888a3d0d5167b5d4ed001a3d
© All Rights Reserved