Hi there. First off, the slides are really great, even without the audio! So thanks a lot for making them available! I do think I might've found a little typo in slide 26: the last bullet says "obj->free.next" but it should be "obj->as.free.next" because you need to access the "free" field of the union called "as" (like the code in slide 15).