Show
Ignore:
Timestamp:
07/04/08 02:15:06 (5 months ago)
Author:
ruoso
Message:

[smop] yet more work on the p6opaque implementation... Some nasty bug is causing a deadlock (yes... I know the reasons for locks to exist is to cause dead-locks, but that is what I got so far)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/src/native_capture.c

    r21182 r21202  
    308308      if (res) { 
    309309        SMOP__Object* ret = res->value; 
     310        smop_lowlevel_unlock(capture); 
    310311        if (ret) { 
    311           smop_lowlevel_unlock(capture); 
    312312          return SMOP_REFERENCE(interpreter,ret); 
    313313        } else {