maddie8705 maddie8705 06-03-2024 Computers and Technology contestada what's wrong with this code:void free_neighbors(adjlist* L){for (adjlist* p = L; p != NULL; p = p->next){free(p);}