]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 192318 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 5 May 2009 12:44:54 +0000 (12:44 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 5 May 2009 12:44:54 +0000 (12:44 +0000)
commit1e4552ef29765e69dcd9b8eed0cd6b739710ad57
tree6266b49e25f2f06598d8bec0ae2b292b184dbe46
parent8e6c32f048c91d05f389cf95c8a9c87efea772e3
Merged revisions 192318 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r192318 | kpfleming | 2009-05-05 12:34:19 +0200 (Tue, 05 May 2009) | 5 lines

  Properly account for memory allocated for channels and datastores

  As in previous commits, when channels are allocated (with ast_channel_alloc) or datastores are allocated (with ast_datastore_alloc) properly account for the memory being owned by the caller, instead of the allocator function itself.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@192354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/astobj2.h
include/asterisk/channel.h
include/asterisk/datastore.h
main/astobj2.c
main/channel.c
main/datastore.c