From: Russell Bryant Date: Fri, 2 Jun 2006 03:34:09 +0000 (+0000) Subject: add a comment where some memory usage optimization needs to be done X-Git-Tag: 1.4.0-beta1~1102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d039cd379dc7d296463522d693603601e86481;p=thirdparty%2Fasterisk.git add a comment where some memory usage optimization needs to be done git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31613 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index e351e7347b..15267d4878 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -133,6 +133,7 @@ struct mohclass { char dir[256]; char args[256]; char mode[80]; + /* XXX This means that we are allocating 64KB of memory for every musiconhold class XXX */ char filearray[MAX_MOHFILES][MAX_MOHFILE_LEN]; unsigned int flags; int total_files;