diff options
-rw-r--r-- | src/rest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1890,7 +1890,7 @@ static int og_cmd_images(char *buffer_reply) return -1; } - json_array_append(images, image_json); + json_array_append_new(images, image_json); } dbi_result_free(result); |