You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you are pointing out that log.Fatalf exits the example dicomutil program without running the defered functions? Thanks for pointing it out, I'll make some updates in #278 (probably dicomutil in general could use a refactor to be honest).
/cmd\dicomutil\main.go line 67
Code:
if err != nil {
log.Fatalf("error parsing data: %v", err) // <-- will not use defer
}
The text was updated successfully, but these errors were encountered: