Changeset 21182 for v6/smop/src/native_capture.c
- Timestamp:
- 07/03/08 16:03:58 (5 months ago)
- Files:
-
- 1 modified
-
v6/smop/src/native_capture.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/src/native_capture.c
r20478 r21182 50 50 if (identifier == SMOP__ID__new) { 51 51 ret = smop_native_empty_capture; 52 SMOP_RELEASE(interpreter,capture); 53 } else if (identifier == SMOP__ID__invocant) { 54 SMOP__Object* invocant_capture = SMOP__NATIVE__capture_invocant(interpreter, capture); 55 ret = SMOP__NATIVE__capture_invocant(interpreter, invocant_capture); 56 SMOP_RELEASE(interpreter, invocant_capture); 52 57 SMOP_RELEASE(interpreter,capture); 53 58 } else if (identifier == SMOP__ID__DESTROYALL) {
