tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pl_strfree.rst (225B)


      1 PL_strfree
      2 ==========
      3 
      4 Frees memory allocated by :ref:`PL_strdup`
      5 
      6 
      7 Syntax
      8 ~~~~~~
      9 
     10 .. code::
     11 
     12   void PL_strfree(char *s);
     13 
     14 
     15 Parameter
     16 ~~~~~~~~~
     17 
     18 The function has these parameter:
     19 
     20 ``s``
     21   Pointer to the string to be freed.