]> Git Repo - qemu.git/blobdiff - migration/qjson.c
target-arm/arm-powerctl: wake up sleeping CPUs
[qemu.git] / migration / qjson.c
index 5cae55af0775855a9c543778b52001e36a96a35a..f3459049191d5015b52e49e064793a72f8b12efa 100644 (file)
@@ -109,5 +109,6 @@ void qjson_finish(QJSON *json)
 
 void qjson_destroy(QJSON *json)
 {
+    QDECREF(json->str);
     g_free(json);
 }
This page took 0.021962 seconds and 4 git commands to generate.