Merge pull request #2844 from elfiesmelfie/fix_snmp_agent
[collectd.git] / src / daemon / globals.c
index 3d3c7ab..5c6749f 100644 (file)
@@ -21,8 +21,8 @@
  * DEALINGS IN THE SOFTWARE.
  **/
 
-#include "globals.h"
 #include "common.h"
+#include "globals.h"
 
 #if HAVE_KSTAT_H
 #include <kstat.h>
@@ -43,6 +43,6 @@ void hostname_set(char const *hostname) {
   if (h == NULL)
     return;
 
-  free(hostname_g);
+  sfree(hostname_g);
   hostname_g = h;
 }