ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
747 stars 48 forks source link

Fixed errors in L:222 and L:585. #146

Closed elegantShock2258 closed 2 years ago

elegantShock2258 commented 2 years ago

Fixes done:

L:222 : uninitvar: Uninitialized variable: config

FIX: config may not be initialized, so it is given a placeholder value of NULL

L:585: resourceLeak: Resource leak: host_model_info FIX: host_model_info is closed.