Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f606a1e450 | |||
| 2d744245fc |
2
PKGBUILD
2
PKGBUILD
@@ -1,5 +1,5 @@
|
|||||||
pkgname=fantasize
|
pkgname=fantasize
|
||||||
pkgver=0.1.3
|
pkgver=0.1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='C++ fan control for Linux'
|
pkgdesc='C++ fan control for Linux'
|
||||||
url='https://github.com/Tabascl/fantasize.git'
|
url='https://github.com/Tabascl/fantasize.git'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
project(fantasize VERSION 0.1.3)
|
project(fantasize VERSION 0.1.4)
|
||||||
|
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ void App::NormalOperation() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void App::Shutdown() {
|
void App::Shutdown() {
|
||||||
mController.reset();
|
|
||||||
mSerializer.SerializeFans(mFans);
|
mSerializer.SerializeFans(mFans);
|
||||||
|
mFans.clear();
|
||||||
|
mController.reset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user