diff options
Diffstat (limited to 'results/classifier/108/other/2430')
| -rw-r--r-- | results/classifier/108/other/2430 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/108/other/2430 b/results/classifier/108/other/2430 new file mode 100644 index 00000000..22bf4de3 --- /dev/null +++ b/results/classifier/108/other/2430 @@ -0,0 +1,22 @@ +performance: 0.813 +graphic: 0.744 +device: 0.711 +network: 0.530 +vnc: 0.507 +other: 0.482 +files: 0.439 +PID: 0.429 +socket: 0.411 +debug: 0.365 +semantic: 0.364 +boot: 0.339 +permissions: 0.294 +KVM: 0.206 + +allocate / free need use glibs's function. +Description of problem: +https://gitlab.com/qemu-project/qemu/-/blob/master/hw/core/machine.c?ref_type=heads#L982 + +use g_free to free config,because it is allocated by g_malloc0 + +on windows,if use crt's free && glib's(DLL) g_malloc0 ,will crash. |