Skip to content

No corresponding buffer free function for C API leveldb_get #123

Closed
@cmumford

Description

Original issue 117 created by albert.jin on 2012-09-18T13:21:35.000Z:

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

There should be a free function provided by the library. When leveldb is build as a shared library, the consumer of this library could be built by any other compile with its own free() function.

I would like to suggest that a new API "void leveldb_free(char* buffer)" be added.

What version of the product are you using? On what operating system?

1.5.0 on all platforms

Please provide any additional information below.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions