mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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)
|
||||
{
|
||||
g_unlink (name_used);
|
||||
g_free (name_used)
|
||||
g_free (name_used);
|
||||
}
|
||||
|
||||
return fd;
|
||||
|
||||
Reference in New Issue
Block a user