diff --git a/src/storage/datastorage.c b/src/storage/datastorage.c index f75dc5b..7e6da46 100644 --- a/src/storage/datastorage.c +++ b/src/storage/datastorage.c @@ -1004,7 +1004,6 @@ static __inline__ ap* ap_array_unlink_entry(ap** i) { ap* entry = *i; *i = entry->next_ap; - entry = NULL; ap_entry_last--; return entry;