Skip to content

Commit

Permalink
Merge pull request #24 from citrusleaf/hotfix
Browse files Browse the repository at this point in the history
exists_many() segfault resolved.
  • Loading branch information
rbotzer committed Mar 8, 2015
2 parents f82bdf1 + bc8686c commit 7f6195c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/client/exists_many.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ bool batch_exists_cb(const as_batch_read* results, uint32_t n, void* udata)
if ( PyDict_SetItem( py_recs, p_key, rec ) ){
return false;
}
Py_DECREF(rec);
} else if (results[i].result == AEROSPIKE_ERR_RECORD_NOT_FOUND){

Py_INCREF(Py_None);
Expand Down

0 comments on commit 7f6195c

Please sign in to comment.