Opened 13 years ago

Closed 13 years ago

#1251 closed defect (fixed)

Calling pjmedia_aud_subsys_shutdown() more than once may cause crash (thanks Bill Gardner for the patch)

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-1.12
Component: pjmedia-audiodev Version: 1.x-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The API specification says that application may call pjmedia_aud_subsys_shutdown() more than once, as long as the number matches the number of times pjmedia_aud_subsys_init() is called. However doing so will lead to a crash in the second call to the function.

Change History (1)

comment:1 Changed 13 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(In [3559]) Fixed #1251: Calling pjmedia_aud_subsys_shutdown() more than once may cause crash (thanks Bill Gardner for the patch)

Note: See TracTickets for help on using tickets.