Procházet zdrojové kódy

Free allocated resources using regfree (#71)

master
Daniel Lockyer Arun Prakash Jana před 7 roky
rodič
revize
77b0fe0104
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      nnn.c

+ 1
- 0
nnn.c Zobrazit soubor

@@ -2007,6 +2007,7 @@ populate(char *path, char *oldname, char *fltr)

/* Find cur from history */
cur = dentfind(dents, oldname, ndents);
regfree(&re);
return 0;
}



Načítá se…
Zrušit
Uložit