diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-03 20:01:38 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-03 20:01:38 +0000 |
| commit | 820efbc58145e96f8f4329b2b9c1e159a85f561f (patch) | |
| tree | 4f7d1f7bce80fc8c275bee2a4305634f82f3d516 /lib | |
| parent | 2ab666d4667355094da4e7ebe468b28ce6ac9345 (diff) | |
| download | enigma2-820efbc58145e96f8f4329b2b9c1e159a85f561f.tar.gz enigma2-820efbc58145e96f8f4329b2b9c1e159a85f561f.zip | |
remove unneeded unlock (pthread_cond_wait do unlock the mutex)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gdi/grc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gdi/grc.cpp b/lib/gdi/grc.cpp index e4e4a861..b8426192 100644 --- a/lib/gdi/grc.cpp +++ b/lib/gdi/grc.cpp @@ -131,7 +131,6 @@ void *gRC::thread() #ifndef SYNC_PAINT pthread_cond_wait(&cond, &mutex); #endif - pthread_mutex_unlock(&mutex); } } #ifndef SYNC_PAINT |
