mtfuller / os-team-project

This is the main repository for the OS Team Project for CS 3502.
0 stars 0 forks source link

Fixed Multi-CPU Concurrency Issue #49

Closed mtfuller closed 7 years ago

mtfuller commented 7 years ago

Apparently the issue was caused by there being a few duplicates of frames in the freeFramePool. Was able to fix it by making sure only unique frames were added to the pool.

Major Changes:

ghost commented 7 years ago

Awesome, thank you for fixing that! I say merge away if you're ready.

mtfuller commented 7 years ago

Alrighty, sounds good.