1. 13 4月, 2016 1 次提交
    • A
      s3ext: fix memleaks and a forwarding null bug · 15882850
      Adam Lee 提交于
      This commit fixes issues below:
      
      extractContent() might forward NULL to marker.
      ListBucket() fogets to delete keylist when errors happen.
      contents in ListBucketResult are not cleared.
      downloader is not destroyed in unit tests.
      get_opt_s3() and truncate_options() in unit tests need to be freed.
      xmlNodeGetContent() needs to be freed.
      xml.ctxt->myDoc needs to be freed.
      function for the XML library needs to be cleared.
      
      Thanks to Kuien and Valgrind.
      15882850
  2. 08 4月, 2016 1 次提交
  3. 17 3月, 2016 1 次提交
  4. 09 3月, 2016 2 次提交
  5. 02 3月, 2016 4 次提交
  6. 29 2月, 2016 1 次提交