mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
platform: fix missing ;
Clearly, we are testing the fallback path well.
This commit is contained in:
@ -57,7 +57,7 @@ sp_memfd_create (const gchar *name)
|
|||||||
if (name_used != NULL)
|
if (name_used != NULL)
|
||||||
{
|
{
|
||||||
g_unlink (name_used);
|
g_unlink (name_used);
|
||||||
g_free (name_used)
|
g_free (name_used);
|
||||||
}
|
}
|
||||||
|
|
||||||
return fd;
|
return fd;
|
||||||
|
|||||||
Reference in New Issue
Block a user