You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saka2god edited this page Oct 19, 2013
·
1 revision
The C.leveldb_free may not fit the C.malloc if you built the leveldb lib in another enviroment such as msvs.
So you must call C.free to free the memory which is malloced by golang.
in file db.go do this change.