Memory leak in buffer manager.

Issue #1 closed
Gates Wang repo owner created an issue

In FIFO_destroy(), LRU_destroy() and CLOCK_destroy(). All page handles ph are freed without their buffer freed. But all ph->data are not freed.

Comments (1)

  1. Log in to comment