Skip to content

Tags: jwalters-gpsw/fission

Tags

alpha20170124

Toggle alpha20170124's commit message
Merge pull request fission#87 from AlekSi/patch-1

Make go vet happy

kubecon

Toggle kubecon's commit message
Fix segfault in defer statement

A defer statement contained an access to a pointer that was set to
nil before the deferred statement was run; remove it and just
explicity run the statement.