浏览代码

bin/dsm: fix double destroy

Thomas Guillem 10 年之前
父节点
当前提交
7636c12c43
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      bin/dsm.c

+ 0 - 1
bin/dsm.c

@@ -243,7 +243,6 @@ int main(int ac, char **av)
   if (st != NULL)
   {
     printf("File '%s' is %"PRIu64" bytes long\n", fname, smb_stat_get(st, SMB_STAT_SIZE));
-    smb_stat_destroy(files);
   }