annotate binary.ver @ 35513:a24abc593a88

Revise guiPlaylist() concerning pt_iter. Remove unnecessary initialization, move pt_iter_create() to the beginning and return in case of error (which won't unnecessarily delete an existing playlist) and add missing pt_iter_destroy() for GUI_PLAYLIST_INIT by moving it to the end.
author ib
date Wed, 05 Dec 2012 12:26:32 +0000
parents 9d626905f38b
children 7e4a8748cf9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35372
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
1 MPLAYER_1 {
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
2 local: *;
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
3 };