fix leaks in *DBM_File; safemalloc()ed things need to be freed with
[p5sagit/p5-mst-13.2.git] / ext / DB_File / DB_File.xs
index 7bc2491..2b76bab 100644 (file)
@@ -1586,7 +1586,7 @@ db_DESTROY(db)
          if (db->filter_store_value)
            SvREFCNT_dec(db->filter_store_value) ;
 #endif /* DBM_FILTERING */
-         Safefree(db) ;
+         safefree(db) ;
 #ifdef DB_VERSION_MAJOR
          if (RETVAL > 0)
            RETVAL = -1 ;