Commit 478afad
gitk: Avoid crash if closed while reading references
As recorded in msysGit issue 125, if the user closes gitk while it
reports itself as still reading references then Tk will crash in the
geometry management code. This has been fixed for Tk 8.5.7 and above.
This patch avoids the problem by flushing outstanding geometry events
before calling the readrefs procedure.
See also http://code.google.com/p/msysgit/issues/detail?id=125
Signed-off-by: Pat Thoyts <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>1 parent b575b2f commit 478afad
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11128 | 11128 | | |
11129 | 11129 | | |
11130 | 11130 | | |
| 11131 | + | |
11131 | 11132 | | |
11132 | 11133 | | |
11133 | 11134 | | |
| |||
0 commit comments