Changeset 120f16d for perlconfig.c
- Timestamp:
- May 3, 2009, 7:47:55 PM (14 years ago)
- Branches:
- master, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 67dd774
- Parents:
- 11b9017 (diff), 96b5c81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
r87dfeb7 r96b5c81 468 468 void owl_perlconfig_dispatch_free(owl_dispatch *d) 469 469 { 470 SvREFCNT_dec( d->data);470 SvREFCNT_dec((SV*)d->data); 471 471 owl_free(d); 472 472 }
Note: See TracChangeset
for help on using the changeset viewer.