Diff between 6fc38e1508f70fe987b3d9ac38d3842e7a95c42e and bb6a7ebe15d8ccb82a6de6726cd72950f085a178

Changed Files

File Additions Deletions Status
src/shared/hfp.c +2 -0 modified

Full Patch

diff --git a/src/shared/hfp.c b/src/shared/hfp.c
index e047574..e375d27 100644
--- a/src/shared/hfp.c
+++ b/src/shared/hfp.c
@@ -327,6 +327,8 @@ bool hfp_context_close_container(struct hfp_context *context)
 
 	context->offset++;
 
+	next_field(context);
+
 	return true;
 }