mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-18 22:31:48 -05:00
2a47ab2e60
Editing FrequencyScanner via api fails due to null pointer. Failure happens when swagger generated setValue method is called for complicated/nested structure on the object with is created by constructor, but not initialized by the ::init method. Solution: 1. Call init on newly created object 2. Proactively fix this for all types of settings objects |
||
---|---|---|
.. | ||
webapiadapter.cpp | ||
webapiadapter.h | ||
webapiadapterbase.cpp | ||
webapiadapterbase.h | ||
webapiadapterinterface.cpp | ||
webapiadapterinterface.h | ||
webapirequestmapper.cpp | ||
webapirequestmapper.h | ||
webapiserver.cpp | ||
webapiserver.h | ||
webapiutils.cpp | ||
webapiutils.h |