free result

This commit is contained in:
Alexander M. Turek 2002-04-28 16:30:52 +00:00
parent 1527b9dd06
commit 8ba7794043

View File

@ -590,7 +590,9 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
}
$buffer .= ' </' . $table . '>';
}
mysql_free_result($result);
return $buffer;
} // end of the 'PMA_getTableXML()' function
} // $__PMA_BUILD_DUMP_LIB__
?>