Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / w32process-unix-bsd.c
index 79655b952b666631ee6a381d3f357422b8441dbc..e67cec6b2d1991bd474dd27a6dbb961177b0a040 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #include "w32process.h"
 #include "w32process-unix-internals.h"
@@ -24,7 +27,7 @@ mono_w32process_get_name (pid_t pid)
        gint mib [6];
        gsize size;
        struct kinfo_proc *pi;
-       gchar *ret;
+       gchar *ret = NULL;
 
 #if defined(__FreeBSD__)
        mib [0] = CTL_KERN;