setVariables causes Memory-Leak
-
Hi. As I used the Plugin for my custom theme, I noticed that the setVariables method from the WPLessPlugin-Class causes a memory leak, resulting the website to crash since it allocates infinite memory.
The Error looks like this then:
Fatal error: Out of memory (allocated 236191744) (tried to allocate 65484 bytes) in .../wp-includes/plugin.php on line 23
Would be nice to have that fixed. For everyone with the same issue, use the simple addVariable-Method instead, since it doesn’t break.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘setVariables causes Memory-Leak’ is closed to new replies.