Sfoglia il codice sorgente

bin/dsm: fix double destroy

Thomas Guillem 10 anni fa
parent
commit
7636c12c43
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      bin/dsm.c

+ 0 - 1
bin/dsm.c

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