Skip to content

Commit

Permalink
Update expandFns.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 11, 2024
1 parent c87d0ed commit 0268e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expandFns.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function free_memory(): void {
self::$cache_inactive = [];
self::$cache_good = [];
self::$cache_hdl_loc = [];
self::$cache_hdl_bad = self::BAD_DOI_ARRAY;
self::$cache_hdl_bad = BAD_DOI_ARRAY;
self::$cache_hdl_null = [];
gc_collect_cycles();
}
Expand Down

0 comments on commit 0268e2e

Please sign in to comment.