Confused: cwick which asked the question states at his edit: unmanaged resources such as database connections and bitmaps.
But in the code part of accepted answer:
//Free managed resources too
means freeing:
this.databaseConnection
this.frameBufferImage
So: database connections and bitmaps are managed or unmanaged resources?