nextcloud-desktop/src
Kevin Ottens e502e71926 Emit last to avoid use after delete crash
It turns out the shareDeleted() signal is connected to a function
cleaning up the ShareLinkWidget holding the last shared pointer to the
Share object. Since we use member variables for calling updateFolder()
this would lead to using deleted objects.

Just swap the call and the signal to have everything back in order.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-10-19 14:33:19 +00:00
..
3rdparty Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
cmd cmd: Replace foreach with range base for (#2219) 2020-09-29 19:31:23 +02:00
common Update bookmarks location 2020-10-12 15:02:00 +00:00
crashreporter macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.py 2020-06-07 14:39:42 +02:00
csync Enable bugprone-macro-parentheses clang-tidy check 2020-09-01 06:37:03 +00:00
gui Emit last to avoid use after delete crash 2020-10-19 14:33:19 +00:00
libsync Update comments 2020-10-15 02:18:52 +02:00
CMakeLists.txt Windows: Enable CFG and SafeSEH linker security flags 2020-08-03 10:11:33 +02:00