This commit is contained in:
Olivier Poitrey 2018-09-19 07:40:00 -07:00
parent e0f8de6c35
commit 338f9bc140
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ func (e *Event) Dict(key string, dict *Event) *Event {
}
dict.buf = enc.AppendEndMarker(dict.buf)
e.buf = append(enc.AppendKey(e.buf, key), dict.buf...)
putEvent(e)
putEvent(dict)
return e
}