malloced_buf     1327 src/filemanager/mountlist.c                 wchar_t *malloced_buf = NULL;
malloced_buf     1337 src/filemanager/mountlist.c                         g_free (malloced_buf);
malloced_buf     1338 src/filemanager/mountlist.c                         malloced_buf = (wchar_t *) g_malloc (bufsize * sizeof (wchar_t));
malloced_buf     1339 src/filemanager/mountlist.c                         buf = malloced_buf;
malloced_buf     1391 src/filemanager/mountlist.c                 g_free (malloced_buf);