From: Mike Brady Date: Wed, 23 Jan 2019 16:34:46 +0000 (+0000) Subject: move malloc_cleanup to common.c X-Git-Tag: 3.3RC0~66^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1b85383d0600ee503e0357706c8f592fa975d3;p=thirdparty%2Fshairport-sync.git move malloc_cleanup to common.c --- diff --git a/common.h b/common.h index c1235b71..4a111e2c 100644 --- a/common.h +++ b/common.h @@ -351,4 +351,6 @@ void sps_nanosleep(const time_t sec, int64_t generate_zero_frames(char *outp, size_t number_of_frames, enum sps_format_t format, int with_dither, int64_t random_number_in); +void malloc_cleanup(void *arg); + #endif // _COMMON_H