mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 12:57:34 +00:00
Bump latest sdb fixing some issues
This commit is contained in:
parent
6d2d797eae
commit
1d8ffe7ee6
@ -109,8 +109,8 @@ SDB_API bool ls_merge_sort(SdbList *list, SdbListComparator cmp) {
|
||||
iter = iter->n;
|
||||
}
|
||||
list->tail = iter;
|
||||
list->sorted = true;
|
||||
}
|
||||
list->sorted = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -708,7 +708,6 @@ static bool sdb_foreach_cdb(Sdb *s, SdbForeachCallback cb,
|
||||
free (v);
|
||||
if (kv && kv->key && kv->value) {
|
||||
if (!cb (user, kv->key, kv->value)) {
|
||||
free (v);
|
||||
return false;
|
||||
}
|
||||
if (cb2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user