free memory on data return

This commit is contained in:
ghost 2023-12-13 21:04:13 +02:00
parent 74179b6c04
commit 7efbd71233

View File

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