1. 25 8月, 2018 2 次提交
  2. 13 7月, 2016 1 次提交
  3. 30 6月, 2016 1 次提交
    • E
      json-streamer: Don't leak tokens on incomplete parse · ba4dba54
      Eric Blake 提交于
      Valgrind complained about a number of leaks in
      tests/check-qobject-json:
      
      ==12657==    definitely lost: 17,247 bytes in 1,234 blocks
      
      All of which had the same root cause: on an incomplete parse,
      we were abandoning the token queue without cleaning up the
      allocated data within each queue element.  Introduced in
      commit 95385fe9, when we switched from QList (which recursively
      frees contents) to g_queue (which does not).
      
      We don't yet require glib 2.32 with its g_queue_free_full(),
      so open-code it instead.
      
      CC: qemu-stable@nongnu.org
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Message-Id: <1463608012-12760-1-git-send-email-eblake@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      ba4dba54
  4. 05 2月, 2016 1 次提交
  5. 26 11月, 2015 7 次提交
  6. 13 1月, 2013 1 次提交
  7. 19 12月, 2012 1 次提交
  8. 08 6月, 2011 4 次提交
  9. 12 6月, 2010 1 次提交
  10. 17 11月, 2009 1 次提交