Hrvoje Senjan 2015-05-15 19:29:39 +00:00 committed by Git OBS Bridge
parent ad8ccdad57
commit fd5b839f23
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@
DMWARNING << "Application did not refresh before timeout";
#endif
}
+ watcher2->deleteLater();
+ //watcher2->deleteLater();
}
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 15 19:29:14 UTC 2015 - hrvoje.senjan@gmail.com
- Adjust avoid-shadowing-variable+fix-leak.diff so it doesn't crash
-------------------------------------------------------------------
Mon May 11 20:38:21 UTC 2015 - hrvoje.senjan@gmail.com