VirtualBox

Ignore:
Timestamp:
Nov 21, 2023 8:29:54 AM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160300
Message:

libs/xpcom: Replace PL_strdup/PL_strndup/PL_strfree with IPRT equivalents, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/tmTransactionService.cpp

    r1 r102175  
    3636 * ***** END LICENSE BLOCK ***** */
    3737
     38#include <iprt/string.h>
     39
    3840#include "nsCOMPtr.h"
    3941#include "nsIServiceManager.h"
     
    5658tm_waiting_msg::~tm_waiting_msg() {
    5759  if (domainName)
    58     PL_strfree(domainName);
     60    RTStrFree(domainName);
    5961}
    6062
     
    6971tm_queue_mapping::~tm_queue_mapping() {
    7072  if (domainName)
    71     PL_strfree(domainName);
     73    RTStrFree(domainName);
    7274  if (joinedQueueName)
    73     PL_strfree(joinedQueueName);
     75    RTStrFree(joinedQueueName);
    7476}
    7577
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette