| Summary: | ASTERISK-01357: [patch] Prevent double unlock of channel's lock in ast_read | ||
| Reporter: | mman (mman) | Labels: | |
| Date Opened: | 2004-04-06 05:19:55 | Date Closed: | 2004-09-25 02:52:14 |
| Priority: | Trivial | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) read_doubleunlock.patch | |
| Description: | This tiny patch eliminates a double ast_mutex_unlock(...) found in ast_read. Just to be sure... | ||
| Comments: | By: Mark Spencer (markster) 2004-04-08 00:55:54 Already fixed before i saw your patch, but I'm amazed someone else caught it. Only reason I saw it was because of valgrind. | ||