Subversion Repositories wimsdev

Rev

Rev 15380 | Rev 15394 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15380 Rev 15393
Line 901... Line 901...
901
    if(gentrycount>0) free(gdicbuf);
901
    if(gentrycount>0) free(gdicbuf);
902
    if(suffixcnt>0) free(sufbuf);
902
    if(suffixcnt>0) free(sufbuf);
903
    if(dentrycount>0) free(ddicbuf);
903
    if(dentrycount>0) free(ddicbuf);
904
    fclose(titf); fclose(descf); fclose(indf); fclose(listf);
904
    fclose(titf); fclose(descf); fclose(indf); fclose(listf);
905
    fclose(weightf); fclose(addrf); fclose(serialf);
905
    fclose(weightf); fclose(addrf); fclose(serialf);
-
 
906
    fclose(remf);fclose(titlef);
906
  }
907
  }
907
}
908
}
908
 
909
 
909
int main()
910
int main()
910
{
911
{