fix the bug of hang on _NewQueue in camera's preview

This commit is contained in:
杜坤明
2011-04-19 09:38:00 +08:00
parent 9b54151daf
commit 9c9da3e2d7

View File

@@ -1408,7 +1408,7 @@ gckCOMMAND_Reserve(
gceSTATUS status;
gctSIZE_T requiredBytes, bytes;
gctBOOL acquired = gcvFALSE;
gctBOOL semaAcquired = gcvTRUE;
gctBOOL semaAcquired = gcvFALSE; // This value must be gcvFALSE
gckHARDWARE hardware = gcvNULL;
gctINT32 atomValue;
gctBOOL atomIncremented = gcvFALSE;