1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Bugfix: BUILD_WEATHER is replaced by BUILD_WEATHER_METAR and BUILD_WEATHER_XOAP

This commit is contained in:
Nikolas Garofil 2010-05-06 16:09:17 +02:00
parent f6ab74f3a6
commit f7980ca5a1

View File

@ -2480,7 +2480,7 @@ void clean_up_without_threads(void *memtofree1, void* memtofree2) {
#ifdef RSS
rss_free_info();
#endif
#ifdef BUILD_WEATHER
#if defined BUILD_WEATHER_METAR || defined BUILD_WEATHER_XOAP
weather_free_info();
#endif
#ifdef BUILD_LUA