diff options
Diffstat (limited to 'src/journal-remote/journal-gatewayd.c')
-rw-r--r-- | src/journal-remote/journal-gatewayd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c index ebdd9edfc3..52078b1b37 100644 --- a/src/journal-remote/journal-gatewayd.c +++ b/src/journal-remote/journal-gatewayd.c @@ -338,8 +338,7 @@ static int request_parse_range( m->cursor[strcspn(m->cursor, WHITESPACE)] = 0; if (isempty(m->cursor)) { - free(m->cursor); - m->cursor = NULL; + m->cursor = mfree(m->cursor); } return 0; |