summaryrefslogtreecommitdiffstats
path: root/gatchat/gatserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatserver.c')
-rw-r--r--gatchat/gatserver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c
index 839ebe4d..1e445b2a 100644
--- a/gatchat/gatserver.c
+++ b/gatchat/gatserver.c
@@ -813,7 +813,6 @@ static char *extract_line(GAtServer *p)
line_length -= 3;
line = g_try_new(char, line_length + 1);
-
if (!line) {
ring_buffer_drain(p->read_buf, p->read_so_far);
return NULL;