diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 82d40828c1..98fd7efde7 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -34,6 +34,10 @@ function gentitle_pkg($pgname) { return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname; } +unset($interface_arr_cache); +unset($carp_interface_count_cache); +unset($carp_query); + $status = get_carp_status(); if($_POST['disablecarp'] <> "") { if($status == true) {