mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
formatter: Free path object after usage
As it's done everywhere else CID: 1455511
This commit is contained in:
parent
eb1345703d
commit
9e6be472a4
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ parse_metadatas (GESFormatter * self)
|
|||
(gchar *) xmlGetProp (node, cur_attr->name));
|
||||
}
|
||||
}
|
||||
|
||||
xmlXPathFreeObject (xpathObj);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue