[sysprof] platform: fix missing ;



commit f307ce50abc89fd11e567cea7667d48c2334dfa3
Author: Christian Hergert <christian hergert me>
Date:   Sat Apr 16 17:00:56 2016 -0700

    platform: fix missing ;
    
    Clearly, we are testing the fallback path well.

 lib/sp-platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sp-platform.c b/lib/sp-platform.c
index d41f6da..ebeb5d1 100644
--- a/lib/sp-platform.c
+++ b/lib/sp-platform.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]