mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 13:18:27 +02:00
pictureviewer: free formathandlers in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 833fb32197
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
53e3a05eaf
commit
d67b0305ab
@@ -446,6 +446,12 @@ void CPictureViewer::Cleanup ()
|
|||||||
free (m_CurrentPic_Buffer);
|
free (m_CurrentPic_Buffer);
|
||||||
m_CurrentPic_Buffer = NULL;
|
m_CurrentPic_Buffer = NULL;
|
||||||
}
|
}
|
||||||
|
CFormathandler *fh = fh_root;
|
||||||
|
while (fh) {
|
||||||
|
CFormathandler *tmp = fh->next;
|
||||||
|
free(fh);
|
||||||
|
fh = tmp;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CPictureViewer::getSize(const char* name, int* width, int *height)
|
void CPictureViewer::getSize(const char* name, int* width, int *height)
|
||||||
|
Reference in New Issue
Block a user