mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
cdfa0beafb
Before this change the cancelFunc could be called twice, once while handling the interrupt (CTRL-C) and once while unwinding the stack if the function happened to finish. This change ensure the cancelFunc is only called once by wrapping it in a sync.Once