Skip to content

Commit

Permalink
Merge branch 'master' into byte-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslade committed Jul 24, 2020
2 parents df948fd + e542e89 commit c12f85f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/exec/exec.go
Expand Up @@ -104,7 +104,6 @@ func (r *Request) execSelections(ctx context.Context, sels []selected.Selection,
defer wg.Done()
defer r.handlePanic(ctx)
f.out = bufferUsingPool()
f.out.Reset()
execFieldSelection(ctx, r, s, f, &pathSegment{path, f.field.Alias}, true)
}(f)
}
Expand Down

0 comments on commit c12f85f

Please sign in to comment.