Opened 17 years ago
Closed 17 years ago
#386 closed defect (fixed)
Over-deinitialize sound subsystem in pjsua_media.c (thanks Jiandong Ruan)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.8.0 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
pjsua_media_subsys_destroy() unnecessarily calls pjmedia_snd_deinit(), while this should've already been done in pjmedia_endpt_destroy(). Because of this, subsequent pjsua restart (within the same process) may fail to initialize sound device.
Thanks Jiandong Ruan for reporting this.
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1465