diff --git a/src/Get.php b/src/Get.php index d31b4ca..f9a98aa 100644 --- a/src/Get.php +++ b/src/Get.php @@ -62,6 +62,10 @@ class Get return null; } + // free mem + $chain = []; + $pieces = []; + return $data; }