Skip to content

Commit

Permalink
fix for #179 (separately/identically submitted by @TomasVetrovsky in #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed May 15, 2013
1 parent 2662a0f commit 9f8dc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuickFIXn/Message/Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ protected int SetGroup(
{
// We were already building an entry, so the delimiter means it's done.
fieldMap.AddGroup(grp, false);
grp = null; // prepare for new Group
}

// Create a new group!
Expand Down

0 comments on commit 9f8dc72

Please sign in to comment.