pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-06-20
2017-06-20 14:00:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
979dc59425d59a58f80525dc8e9230f445d0fe71 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Runtime: Fixed leak of empty strings.
Fixes [LysLysKOM 22115602].
1379:
update_flags_for_add( r, Pike_sp[e].u.string ); pike_string_cpy(buf,Pike_sp[e].u.string); INC_PCHARP(buf,Pike_sp[e].u.string->len);
+
}
free_string(Pike_sp[e].u.string); }
-
}
+
Pike_sp -= args-1; SET_SVAL(Pike_sp[-1], T_STRING, 0, string, low_end_shared_string(r)); }