| Submitter | Laszlo Ersek |
|---|---|
| Date | July 13, 2012, 11:09 p.m. |
| Message ID | <5000AAAB.5000003@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/170983/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qapi/opts-visitor.c b/qapi/opts-visitor.c index a261cf3..ee6cf2b 100644 --- a/qapi/opts-visitor.c +++ b/qapi/opts-visitor.c @@ -130,6 +130,8 @@ opts_end_struct(Visitor *v, Error **errp) } g_hash_table_destroy(ov->unprocessed_opts); ov->unprocessed_opts = NULL; + g_free(ov->fake_id_opt); + ov->fake_id_opt = NULL; }