mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
(closes issue #14028) Reported by: mostyn Patches: timezone-v2.patch uploaded by mostyn (license 398) (with additional code guideline fixes and a memory leak fix by me - license 14) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
PBX changes
|
|
-----------
|
|
* If you use ast_build_timing() in your application, you should start calling
|
|
ast_destroy_timing() upon destruction of the structure, to avoid a memory
|
|
leak.
|
|
|