summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/other/2430
blob: df4edcd810ff5cffd6eb8f6bb9d2a28633328e29 (plain) (blame)
1
2
3
4
5
6
7
8
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.