chiark / gitweb /
log: make internal log api log directly to the journal
[elogind.git] / src / journal / journal-rate-limit.c
index f69ab2770f72e74dad611f8f5be3a1d6fd349e01..243ff2a37850335394818c819398cf4e06236d23 100644 (file)
@@ -111,6 +111,8 @@ void journal_rate_limit_free(JournalRateLimit *r) {
 
         while (r->lru)
                 journal_rate_limit_group_free(r->lru);
+
+        free(r);
 }
 
 static bool journal_rate_limit_group_expired(JournalRateLimitGroup *g, usec_t ts) {