mirror of
https://github.com/clitor-is-protocol/kevacoin-php.git
synced 2025-09-09 18:31:55 +00:00
free memory on data return
This commit is contained in:
parent
74179b6c04
commit
7efbd71233
@ -62,6 +62,10 @@ class Get
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// free mem
|
||||||
|
$chain = [];
|
||||||
|
$pieces = [];
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user