mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-06 22:41:36 +00:00
Fix leak of graphics type attribute from XML
This commit is contained in:
parent
cf28bcf512
commit
2fd926243d
@ -1162,8 +1162,9 @@ virt_viewer_extract_connect_info(VirtViewer *viewer,
|
||||
retval = TRUE;
|
||||
|
||||
cleanup:
|
||||
free(xpath);
|
||||
free(xmldesc);
|
||||
g_free(type);
|
||||
g_free(xpath);
|
||||
g_free(xmldesc);
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user