don't forget a free

use g_*
This commit is contained in:
BLINDAUER Emmanuel 2017-11-12 11:58:45 +01:00 committed by matt335672
parent 547388ddce
commit 58b3989655
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ add_xtmp_entry(int pid, const char *line, const char *user, const char *rhostnam
log_message(LOG_LEVEL_DEBUG, "HAVE_UTMP_H");
updwtmp("/var/log/wtmp", &ut);
#endif
g_free(hostname);
return 0;
}