Dushistov marked an inline comment as done.
Dushistov added a comment.

> Should the leak be reported when the object is passed to 
> QApplication::postEvent?


No, QApplication::postEvent == QCoreApplication::postEvent, it is just the same 
function,
because of QApplication inherit from QCoreApplication, and not introduce it's 
own postEvent.

> In this test, 'event' escapes during one of these calls and the rest of the 
> calls are not tested/make no >difference.


fixed


http://reviews.llvm.org/D14170



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to