diff options
Diffstat (limited to 'src/bin/log.c')
-rw-r--r-- | src/bin/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/log.c b/src/bin/log.c index 4f0015d..4bd64e7 100644 --- a/src/bin/log.c +++ b/src/bin/log.c | |||
@@ -177,10 +177,11 @@ log_line_event(void *data, | |||
177 | eina_iterator_free(it); | 177 | eina_iterator_free(it); |
178 | 178 | ||
179 | if (log->todel) | 179 | if (log->todel) |
180 | return EINA_TRUE; | 180 | goto log_end; |
181 | 181 | ||
182 | _log_send(smman, log); | 182 | _log_send(smman, log); |
183 | 183 | ||
184 | log_end: | ||
184 | _log_free(log); | 185 | _log_free(log); |
185 | return EINA_TRUE; | 186 | return EINA_TRUE; |
186 | } | 187 | } |