pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-19
2011-03-19 20:20:02 by Martin Stjernholm <mast@lysator.liu.se>
59298627442092db2766c30f379d9c867176d36c (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed refcounting bug.
1958:
"The codec may not be a subtyped object yet.\n"); } data->codec=Pike_sp[1-args].u.object;
+
add_ref (data->codec);
}else{ data->codec=NULL; }
2037:
"The codec may not be a subtyped object yet.\n"); } data->codec=Pike_sp[1-args].u.object;
+
add_ref (data->codec);
}else{ data->codec=NULL; }