Don't use an uninitialized link on an error path
Move the 'cleanup_query' label down to avoid accessing an unitialized link when jumping to that label from 4 different places. The link is initialized only after those jumps happen.
Closes #4331 (closed)