| Index: context.c
|
| diff --git a/context.c b/context.c
|
| index 771b7fe43d858c52019723cdfe0cb4a7b7b3b9dc..daf0101a07217ac865bb51a08da4ee16c13995c3 100644
|
| --- a/context.c
|
| +++ b/context.c
|
| @@ -32,9 +32,9 @@ query_alloc(build_image_context *context,
|
| u_int32_t size;
|
|
|
| /* Note: 3rd argument not used in this particular query. */
|
| - if (context->bctlib.get_value(size_id,
|
| - &size, context->bct) != 0)
|
| + if (context->bctlib.get_value(size_id, &size, context->bct) != 0)
|
| return -ENODATA;
|
| +
|
| *dst = malloc(size);
|
|
|
| if (*dst == NULL)
|
|
|