dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/res
qwell fb97e146a9 Merged revisions 49742 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49742 | qwell | 2007-01-05 18:24:38 -0600 (Fri, 05 Jan 2007) | 7 lines

Save 1 whopping byte of allocated memory!

This looks like it may have been a chicken/egg scenario..

You had to call a cleanup func, because everything was allocated.
Then since you had to call a cleanup func, you were forced to allocate - ie; strdup("").

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49743 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-06 00:28:16 +00:00
..
snmp rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
Makefile
res_adsi.c
res_agi.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
res_clioriginate.c
res_config_odbc.c Merged revisions 48577 via svnmerge from 2006-12-19 14:57:45 +00:00
res_config_pgsql.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_convert.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 2006-12-21 19:44:20 +00:00
res_crypto.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_features.c Merged revisions 49742 via svnmerge from 2007-01-06 00:28:16 +00:00
res_indications.c rename the structs struct tone_zone_sound and struct tone_zone 2006-12-25 06:38:09 +00:00
res_jabber.c Merged revisions 49676 via svnmerge from 2007-01-05 22:43:18 +00:00
res_limit.c OpenBSD does not have RLIMIT_AS or RLIMIT_VMEM so until someone finds the right rlimit to use then let's not support the -v option on OpenBSD. (issue #8543 reported by jtodd) 2006-12-19 21:59:33 +00:00
res_monitor.c Merged revisions 49676 via svnmerge from 2007-01-05 22:43:18 +00:00
res_musiconhold.c Merged revisions 48375 via svnmerge from 2006-12-11 00:52:19 +00:00
res_odbc.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_realtime.c Constify a bunch of usage strings for CLI commands. 2006-12-06 07:31:28 +00:00
res_smdi.c remove a duplicate include 2006-12-15 22:00:48 +00:00
res_snmp.c
res_speech.c