SingleLock.h Do not create copy of CCriticalSection for each CSingleLock instance Use reference to CCriticalSection as a CSingleLock member. Otherwise assignment operator just byte-copies content of CCriticalSection and for each copy destructor will destroy mutex which may lead to undefined behaviour OMXThread.cpp Fix order of operations on pthread attribute: init first, then modify Bump PKGREVISION |
||
---|---|---|
.. | ||
patch-Keyboard.cpp | ||
patch-Keyboard.h | ||
patch-linux_PlatformDefs.h | ||
patch-Makefile | ||
patch-Makefile.include | ||
patch-OMXControl.cpp | ||
patch-omxplayer.cpp | ||
patch-OMXThread.cpp | ||
patch-utils_SingleLock.h |