Skip to content

Commit

Permalink
Merge pull request #27 from iishyfishyy/patch-1
Browse files Browse the repository at this point in the history
Initialize the tr2.exec map in NewTrace2Dataset
  • Loading branch information
jeffhostetler authored Jul 10, 2024
2 parents 8fa22f1 + 2488cac commit 4dbf220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trace2dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ func NewTrace2Dataset(rcvr_base *Rcvr_Base) *trace2Dataset {
tr2.process.paramSetPriorities = make(map[string]int)

tr2.pii = make(map[string]string)
tr2.exec = make(map[int64]*TrExec)

return tr2
}
Expand Down

0 comments on commit 4dbf220

Please sign in to comment.