aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dexcon-simulation/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dexcon-simulation/main.go')
-rw-r--r--cmd/dexcon-simulation/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dexcon-simulation/main.go b/cmd/dexcon-simulation/main.go
index a9a8b10..d79f60e 100644
--- a/cmd/dexcon-simulation/main.go
+++ b/cmd/dexcon-simulation/main.go
@@ -84,6 +84,7 @@ func main() {
if err := pprof.WriteHeapProfile(f); err != nil {
log.Fatal("could not write memory profile: ", err)
}
+ // #nosec G104
f.Close()
}
}