Changeset 2172 for libswish3/trunk/bindings/perl/t/07-refcnt.t
- Timestamp:
- 09/22/08 00:19:34 (4 months ago)
- Files:
-
- libswish3/trunk/bindings/perl/t/07-refcnt.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/bindings/perl/t/07-refcnt.t
r2030 r2172 19 19 is( $s3->config->refcount, 1, "config refcount == 1" ); 20 20 21 # avoid spurious mem error from libswish322 # just because of order of Perl ref cleanup23 undef $analyzer;24
