1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-php-src/ext/rpc/com
Wez Furlong 03e22793ff Fix various little leaks and segfaults.
Fix scripts like this:
$obj = new COM('Foo');
$obj2 = $obj->get_object();
$obj2->method();  // <-- would segfault here
2003-02-09 21:40:13 +00:00
..
2002-12-31 16:08:15 +00:00
2003-02-09 21:40:13 +00:00
2003-01-19 04:09:32 +00:00
2002-12-31 16:08:15 +00:00
2002-12-31 16:08:15 +00:00
2002-04-27 15:47:18 +00:00