Explorar o código

bin/dsm: fix double destroy

Thomas Guillem %!s(int64=10) %!d(string=hai) anos
pai
achega
7636c12c43
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
   }