Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- lib/quota/mkquota.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/quota/mkquota.c b/lib/quota/mkquota.c index a0d3a2a..3aa8100 100644 --- a/lib/quota/mkquota.c +++ b/lib/quota/mkquota.c @@ -230,6 +230,7 @@ errcode_t quota_init_context(quota_ctx_t *qctx, ext2_filsys fs, int qtype) err = ext2fs_get_mem(sizeof(dict_t), &dict); if (err) { log_err("Failed to allocate dictionary"); + quota_release_context(&ctx); return err; } ctx->quota_dict[i] = dict; -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html