clear/refresh static buffer.

i have an app that is using the aaApi_SelectProject() api call. i then get the folder state id. 

now after i do that. if i then change the state of the documents within this folder resulting in the folder state to change. 

and then i go and call aaApi_SelectProject() api on that same folder and get the folder workflow state id again it does not show the new value.

if i then use aaApi_SelectProject on a different folder then use aaApi_SelectProject() back in the first folder and get the workflow state id it now had the correct value.

so the static buffer is not updating...seems like an API bug? 

anyways it there a way to clear this static buffer?? i really dont feel like switching my code to use dynamic buffers.