Are there any memory leak issues with google chrome browser?
I am not sure of any specific memory leaks, but I believe most software has it. The good thing about chrome though, is that it confines each tab to its own process, which is why you will see so many “chrome.exe” listings if you go into task manager. This is helpful for memory leaks, since you can usually close the tab that’s causing the leak while keeping the rest open.