libragephoto 0.5.1 release
- ragephoto_open: fix memory leak when instance can't be allocated - ragephoto_loadfile: fix file handle leak when data heap can't be allocated - ragephotodata_load: fix printf print types - RagePhoto.cpp: remove std namespace from C functions
This commit is contained in:
parent
6fdc075741
commit
c74b4a415f
3 changed files with 131 additions and 123 deletions
|
@ -17,7 +17,7 @@
|
|||
****************************************************************************]]
|
||||
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(ragephoto VERSION 0.5.0 LANGUAGES C CXX)
|
||||
project(ragephoto VERSION 0.5.1 LANGUAGES C CXX)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# RagePhoto CMake includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue