Floatbuffer memory leak

So i’ve been trying to fix memory leaks within my code and it seems the cause of the entire issue is BufferUtils.createFloatBuffer(); when this is called it creates a float buffer and appears to leave it in memory , my test of just having a for loop call that ended up hogging memory. Is there a method of deleting the floatbuffer once it’s purpose has been served as it’s at the core of my code.