﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,appname,phpversion,exts,sapi,probability,blockedby,blocking
116,memory leaks while comparing xcache_get results,judas_iscariote,moo,"memory leak with the following code


{{{
<?php
$a = array(1, 2);
$c = $a;

xcache_set(""a"", $a);

xcache_set(""c"", $c);

if(xcache_get('a') == xcache_get('c')) {
    echo ""hrmmkay\n"";
}

?>
}}}


{{{
Script:  'crash.php'
/home/cristian/php5/Zend/zend_vm_execute.h(182) :  Freeing 0x00C964F8 (24 bytes), script=crash.php
Last leak repeated 1 time
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(17119) :  Freeing 0x00C96568 (24 bytes), script=crash.php
Last leak repeated 3 times
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(15651) :  Freeing 0x00C965D8 (64 bytes), script=crash.php
Last leak repeated 3 times
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(16923) :  Freeing 0x00C96750 (72 bytes), script=crash.php
Last leak repeated 1 time
[Fri Aug 17 02:59:41 2007]  Script:  'crash.php'
/home/cristian/xcache-stable/processor_real.c(15636) :  Freeing 0x00C967F0 (64 bytes), script=crash.php
/home/cristian/php5/Zend/zend_alloc.c(2323) : Actual location (location was relayed)
Last leak repeated 1 time
=== Total 14 memory leaks detected ===

}}}


",defect,closed,major,3.0.0,cacher,1.2.1,duplicate,leaks,,,5_2CVS,,Irrelevant,Always,,
