Fix a crash on if shutting down during propagation
authorJocelyn Turcotte <jturcotte@woboq.com>
Fri, 17 Jun 2016 17:04:24 +0000 (19:04 +0200)
committerJocelyn Turcotte <jturcotte@woboq.com>
Fri, 17 Jun 2016 17:20:52 +0000 (19:20 +0200)
commit6f3aaecb783c5d8b9dc82cb9752ec4d0372a3b9c
treeec43c02996afe23b2f710d26f888f56202d95144
parent40e3653722b7f60becf622a26b0df59ebdc14fcd
Fix a crash on if shutting down during propagation

The SyncRunFileLog owned by the Folder must be destroyed after the
SyncEngine since the SyncEngine will abort during destruction, resulting
in all jobs being aborted.

It's possible that this crash only happens with a debug build.
src/gui/folder.cpp