Commit bcc8ea29 authored by Job Vranish's avatar Job Vranish
Browse files

Merge branch 'develop' of github.com:Seagate/kinetic-c into develop

parents ed4b5588 8a7fbf1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ static void KineticAllocator_FreeItem(KineticList* const list, void* item, bool
                if (cur->next != NULL) {
                    LOG3("    Next being reset!");
                    cur->previous->next = cur->next;
                    cur->next->previous = cur->previous;
                }
                else {
                    list->last = cur->previous;