diff options
Diffstat (limited to 'results/classifier/gemma3:12b/other/2430')
| -rw-r--r-- | results/classifier/gemma3:12b/other/2430 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/2430 b/results/classifier/gemma3:12b/other/2430 new file mode 100644 index 000000000..df4edcd81 --- /dev/null +++ b/results/classifier/gemma3:12b/other/2430 @@ -0,0 +1,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. |