-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
ixx: swap backend to ixx #115
Conversation
8ecb364
to
608e551
Compare
map(index => { | ||
return index ? (query && query.length > 0 ? index.search(query, 500).map(option => { | ||
const opt = ({ idx: option.idx(), name: option.name() }); | ||
// option.free(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C + typescritp + rust 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the documentation free should be called when the struct is not needed anymore but calling free results in some pointer error... Need to look into this
fc08a9c
to
aaec27f
Compare
22fcb42
to
a5e3725
Compare
closes #24
closes #84
closes #105