summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/mistranslation/2430
blob: bea2e094c20784071e3c60a924eb2252295147fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mistranslation: 0.843
instruction: 0.817
graphic: 0.744
device: 0.711
network: 0.530
vnc: 0.507
other: 0.482
socket: 0.411
semantic: 0.364
boot: 0.339
KVM: 0.206
assembly: 0.086

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.