Skip to content

Commit

Permalink
Update apply.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed May 24, 2024
1 parent 3df51c1 commit 8b1f5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/query/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ AerospikeQuery *AerospikeQuery_Apply(AerospikeQuery *self, PyObject *args,
char *module = NULL;
char *function = NULL;
as_arraylist *arglist = NULL;
bool allocate_buffer = true;
bool allocate_buffer = false;

if (PyUnicode_Check(py_module)) {
py_umodule = PyUnicode_AsUTF8String(py_module);
Expand Down

0 comments on commit 8b1f5b5

Please sign in to comment.