|
Bugzilla – Full Text Bug Listing |
| Summary: | NullRef Exception in svn log tab | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Ian Walker <walker_643> |
| Component: | general | Assignee: | Zach Lute <zach.lute> |
| Status: | RESOLVED FIXED | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | zach.lute |
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch to check FileSystemWatchers before disposing them. | ||
|
Description
Ian Walker
2007-10-03 18:07:32 UTC
The FileSystemWatchers were being Disposed even if they weren't created (when a DiffView was created through arrays of strings instead of loading files). This patch adds checks to only dispose them if they actually exist. Created attachment 176250 [details]
Patch to check FileSystemWatchers before disposing them.
Patch committed. Thanks! |