~ubuntu-branches/ubuntu/trusty/asterisk/trusty-proposed

« back to all changes in this revision

Viewing changes to funcs/func_math.c

  • Committer: Package Import Robot
  • Author(s): Mahyuddin Susanto
  • Date: 2013-12-24 12:18:35 UTC
  • mfrom: (8.3.34 sid)
  • Revision ID: package-import@ubuntu.com-20131224121835-udca6k6q2k19cd0y
Tags: 1:11.7.0~dfsg-1ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/asterisk.init: chown /dev/dahdi
  - debian/control, debian/rules:
    + Enable Hardening Wrapper (PIE and BIND_NOW)
    + Build against libical 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include "asterisk.h"
36
36
 
37
 
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 372630 $")
 
37
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 401661 $")
38
38
 
39
39
#include <math.h>
40
40
 
503
503
                res = AST_TEST_FAIL;
504
504
        }
505
505
 
 
506
        ast_free(expr);
 
507
        ast_free(result);
 
508
 
506
509
        return res;
507
510
}
508
511
#endif