stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Fixed memory problems and closed file descriptor #168

Closed andreabac3 closed 4 years ago

andreabac3 commented 4 years ago

Fixed memory problems and closed file descriptor

AngledLuffa commented 4 years ago

Ah, you know what I just did was I incorporated the check for fin == NULL from the other changelist. If you don't mind rebasing against that, I can merge this in. Thanks!