mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Bugfix: BUILD_WEATHER is replaced by BUILD_WEATHER_METAR and BUILD_WEATHER_XOAP
This commit is contained in:
parent
f6ab74f3a6
commit
f7980ca5a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user