Disposing Frame Buffers in Python

Is there any way to dispose of frame buffers? I’m finding that the only way to get really stable performance is creating new buffers, but eventually my memory is running out. Is there any way to empty the saved buffers and use them in the way that they’re used in some of the samples?