@@ -425,7 +425,7 @@ func (t *trace) ReleaseMemory(scope string, size, mem int64) {
t.push(TraceEvt{
Type: TraceReleaseMemoryEvt,
Name: scope,
Delta: size,
Delta: -size,
Memory: mem,
})
}
The note is not visible to the blocked user.