mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Remove unneeded strFree() in storagePosixInfoListEntry().
This strFree() was the primary culprit in the performance issue fixed in 9eaeb33c. Since the parent mem context is now freed regularly, this strFree() performs better, but still adds time so removing it seems best.
This commit is contained in:
parent
f88012cef3
commit
04e4fde573
@ -182,8 +182,6 @@ storagePosixInfoListEntry(
|
||||
storageInfo.name = name;
|
||||
callback(callbackData, &storageInfo);
|
||||
}
|
||||
|
||||
strFree(pathInfo);
|
||||
}
|
||||
|
||||
FUNCTION_TEST_RETURN_VOID();
|
||||
|
Loading…
x
Reference in New Issue
Block a user