Skip to content

embed-prefs: fix double free on error path

Michael Catanzaro requested to merge mcatanzaro/coverity-gnome-42 into gnome-42

If we fail to create the file monitor for the user JS file, then we free the error twice by mistake. Uh-oh. Found by Coverity.

Merge request reports