mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs: pwg: fix missing end of line semicolon in custom meta example
This commit is contained in:
parent
f90126a62e
commit
81df1e1a34
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ my_example_meta_free (GstMeta * meta, GstBuffer * buffer)
|
|||
{
|
||||
MyExampleMeta *emeta = (MyExampleMeta *) meta;
|
||||
|
||||
g_free (emeta->name)
|
||||
g_free (emeta->name);
|
||||
emeta->name = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue