Skip to content

css: Avoid a possible memory leak

Matthias Clasen requested to merge matthiasc/for-main into main

Currently, style->variables is always NULL when we get here, but better to be safe than sorry, and clear the fields before we overwrite it.

Merge request reports

Loading