We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leaks detected. I'm running program word2vec with command line like: ./word2vec -train ./questions-words.txt -output out.txt
================================================================= ==1469==ERROR: LeakSanitizer: detected memory leaks Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x7fdddc6f0602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x411ff4 in TrainModel /home/mfc_fuzz/newprogram/word2vec/src/word2vec.c:600 SUMMARY: AddressSanitizer: 96 byte(s) leaked in 1 allocation(s).
The text was updated successfully, but these errors were encountered:
Merge pull request #30 from sngpt08/patch-1
fb15097
Memory leaks detected Issue #26
No branches or pull requests
Memory leaks detected. I'm running program word2vec with command line like:
./word2vec -train ./questions-words.txt -output out.txt
The text was updated successfully, but these errors were encountered: