git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81814
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
struct iax_frame *fr = NULL;
#if !defined(LOW_MEMORY)
- struct iax_frames *iax_frames;
+ struct iax_frames *iax_frames = NULL;
/* Attempt to get a frame from this thread's cache */
if ((iax_frames = ast_threadstorage_get(&frame_cache, sizeof(*iax_frames)))) {
void iax_frame_free(struct iax_frame *fr)
{
#if !defined(LOW_MEMORY)
- struct iax_frames *iax_frames;
+ struct iax_frames *iax_frames = NULL;
#endif
/* Note: does not remove from scheduler! */