API: Bugfix: Remove possible double-free in buffer_get_line

This commit is contained in:
Thiago de Arruda
2014-05-28 08:42:03 -03:00
parent 89ded2dac8
commit 48ac06506b

View File

@@ -121,6 +121,7 @@ end:
}
free(rv.items);
rv.items = NULL;
}
return rv;