From 27cbfc1bd5b0f80de5d5968c8b1965c2252b23c1 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 16 Dec 2008 22:57:17 +0000 Subject: Add timezone to the possible fields in a timespec. (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 --- doc/api-1.6.2-changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/api-1.6.2-changes.txt (limited to 'doc') diff --git a/doc/api-1.6.2-changes.txt b/doc/api-1.6.2-changes.txt new file mode 100644 index 000000000..34a3e5fc0 --- /dev/null +++ b/doc/api-1.6.2-changes.txt @@ -0,0 +1,6 @@ +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. + -- cgit v1.2.3