summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2430
blob: 22bf4de366de497c7d6213005c04706eb9b2b04b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.