We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ab58e commit 3a180b2Copy full SHA for 3a180b2
src/util/platform/FFPlatform.c
@@ -49,6 +49,7 @@ void ffPlatformDestroy(FFPlatform* platform)
49
ffStrbufDestroy(&platform->userName);
50
ffStrbufDestroy(&platform->hostName);
51
ffStrbufDestroy(&platform->userShell);
52
+ ffStrbufDestroy(&platform->fullUserName);
53
54
FFPlatformSysinfo* info = &platform->sysinfo;
55
ffStrbufDestroy(&info->architecture);
0 commit comments