{9} memory leaks comparing xcache_get results

memeroy 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 ===

Report execution failed: Report 9 has no SQL query.
Note: See TracReports for help on using and creating reports.