Ticket #11047: mythuiimage_decref.patch
| File mythuiimage_decref.patch, 540 bytes (added by , 13 years ago) |
|---|
-
mythtv/libs/libmythui/mythuiimage.cpp
diff --git a/mythtv/libs/libmythui/mythuiimage.cpp b/mythtv/libs/libmythui/mythuiimage.cpp index 39a474f..c4457ff 100644
a b void MythUIImage::customEvent(QEvent *event) 1741 1741 ++it) 1742 1742 { 1743 1743 MythImage *im = (*it).first; 1744 im->DecrRef(); 1744 if (im) 1745 im->DecrRef(); 1745 1746 } 1746 1747 1747 1748 delete animationFrames;
