pike.git
/
src
/
svalue.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/svalue.c:197:
else schedule_really_free_object(s->u.object); assert_free_svalue (s); } s++; } return; #undef DOTYPE default:
-
if (type_hint & (BIT_FLOAT | BIT_INT)) {
+
if (type_hint & (BIT_FLOAT | BIT_INT
| BIT_UNFINISHED
)) {
while(num--) { #ifdef DEBUG_MALLOC if(REFCOUNTED_TYPE(TYPEOF(*s))) debug_malloc_update_location(s->u.refs DMALLOC_PROXY_ARGS); #endif free_svalue(s++); } } else { while(num--)