mirror of
https://github.com/openharmony/powermgr_powermgr_lite.git
synced 2026-06-30 22:17:53 -04:00
@@ -97,7 +97,7 @@ static RunningLockEntry *CreateRunningLockEntry(const char *name, RunningLockTyp
|
||||
static inline void DestroyRunningLockEntry(RunningLockEntry *entry)
|
||||
{
|
||||
if (entry != NULL) {
|
||||
POWER_HILOGD("Free entry: %p", entry);
|
||||
POWER_HILOGD("Free entry");
|
||||
free(entry);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user