Browse Source

free memory on data return

main
ghost 11 months ago
parent
commit
7efbd71233
  1. 4
      src/Get.php

4
src/Get.php

@ -62,6 +62,10 @@ class Get @@ -62,6 +62,10 @@ class Get
return null;
}
// free mem
$chain = [];
$pieces = [];
return $data;
}

Loading…
Cancel
Save